|
hace 2 años | |
---|---|---|
.husky | hace 2 años | |
public | hace 2 años | |
src | hace 2 años | |
.env | hace 2 años | |
.env.development | hace 2 años | |
.env.production | hace 2 años | |
.env.staging | hace 2 años | |
.eslintignore | hace 2 años | |
.eslintrc.json | hace 2 años | |
.gitignore | hace 2 años | |
Dockerfile | hace 2 años | |
README.md | hace 2 años | |
babel.config.js | hace 2 años | |
jsconfig.json | hace 2 años | |
nginx.conf | hace 2 años | |
package-lock.json | hace 2 años | |
package.json | hace 2 años | |
vue.config.js | hace 2 años |
This project build for Vue3, Vue-router, Vuex, ViewUIPlus and Vue-cli.
npm install
npm run serve
npm run build
npm run build:staging
This operation will also run before git-commit.
npm run lint
npm run lint:fix
This project exposes environment variables on process.env
object.
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.*).