Sin descripción

DESKTOP-34DQRNR\TJK e187d87bde first commit hace 2 años
.husky e187d87bde first commit hace 2 años
public e187d87bde first commit hace 2 años
src e187d87bde first commit hace 2 años
.env e187d87bde first commit hace 2 años
.env.development e187d87bde first commit hace 2 años
.env.production e187d87bde first commit hace 2 años
.env.staging e187d87bde first commit hace 2 años
.eslintignore e187d87bde first commit hace 2 años
.eslintrc.json e187d87bde first commit hace 2 años
.gitignore e187d87bde first commit hace 2 años
Dockerfile e187d87bde first commit hace 2 años
README.md e187d87bde first commit hace 2 años
babel.config.js e187d87bde first commit hace 2 años
jsconfig.json e187d87bde first commit hace 2 años
nginx.conf e187d87bde first commit hace 2 años
package-lock.json e187d87bde first commit hace 2 años
package.json e187d87bde first commit hace 2 años
vue.config.js e187d87bde first commit hace 2 años

README.md

view-ui-project-vuecli

This project build for Vue3, Vue-router, Vuex, ViewUIPlus and Vue-cli.

Install

npm install

Run

npm run serve

Build

Build for Production

npm run build

Build for Staging

npm run build:staging

Run Eslint

Run without Fixing

  • This operation will also run before git-commit.

    npm run lint
    

    Run with Fixing

    npm run lint:fix
    

    .env Description

  • 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.*).