1.0.0 • Published 2 years ago

empty_jp v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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