v3game-assist
v3.1.7
Published
This template should help get you started developing with Vue 3 in Vite.
Readme
vue3_template
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Customize configuration
See Vite Configuration Reference.
Project Setup
npm installCompile and Hot-Reload for Development
npm run devCompile and Minify for Production
npm run buildLint with ESLint
npm run lint依照以下步骤进行项目运行和项目打包
安装依赖 npm install 运行本地 npm dev
发布步骤 0.更新package.json中的版本号 1.npm run build:stage 2.npm login登录账号 3.npm publish
