暫無描述

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

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