No Description

Jason f2a9409c16 feat 新建页面 3 months ago
.vscode 454ab16a5b feat 增加配置 3 months ago
build 9401649b8a feat init 3 months ago
docker 9401649b8a feat init 3 months ago
public 9401649b8a feat init 3 months ago
src f2a9409c16 feat 新建页面 3 months ago
.DS_Store f2a9409c16 feat 新建页面 3 months ago
.editorconfig 454ab16a5b feat 增加配置 3 months ago
.eslintignore 454ab16a5b feat 增加配置 3 months ago
.eslintrc.cjs 454ab16a5b feat 增加配置 3 months ago
.gitignore 454ab16a5b feat 增加配置 3 months ago
.prettierrc.cjs 454ab16a5b feat 增加配置 3 months ago
Makefile 9401649b8a feat init 3 months ago
README.md 9401649b8a feat init 3 months ago
commitlint.config.cjs 9401649b8a feat init 3 months ago
index.html 9401649b8a feat init 3 months ago
package.json 9401649b8a feat init 3 months ago
pnpm-lock.yaml 9401649b8a feat init 3 months ago
tsconfig.json 9401649b8a feat init 3 months ago
uno.config.ts 9401649b8a feat init 3 months ago
vite.config.ts 9401649b8a feat init 3 months ago

README.md

web-nova-pc

Vue &nbsp Vue Router &nbsp Pinia &nbsp TypeScript &nbsp Vite &nbsp Element Plus &nbsp Unocss &nbsp

  • NODE_ENV node环境变量
  • APP_ENV 应用环境变量

安装

pnpm install

本地开发

pnpm dev

编译

pnpm build

本地预览

先执行编译再执行该命令

pnpm serve

eslint检测

pnpm lint

eslint修复

pnpm lint:fix

prettier检测

pnpm format

Git commit

pnpm cz