vue-3.7-cli

多项目开发、打包配置

  1. .env.*package.json --mode *搭配使用配置不同环境变量

  2. vue.config.js内部pages拆分不同项目入口、出口文件

  3. views内部按项目拆分不同的入口文件、路由、store、*.html等

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.