1.0.0 • Published 3 years ago
empty_jp v1.0.0
view-ui-project-vuecli
This project build for Vue3, Vue-router, Vuex, ViewUIPlus and Vue-cli.
Install
npm installRun
npm run serveBuild
Build for Production
npm run buildBuild for Staging
npm run build:stagingRun Eslint
Run without Fixing
- This operation will also run before git-commit.
npm run lintRun with Fixing
npm run lint:fix.env Description
- This project exposes environment variables on
process.envobject. - Different modes (development/staging/production) correspond to different environment files (.env.*).
- .env file is always included, duplicate variables are overwritten by the specific mode file (.env.*).
1.0.0
3 years ago