You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
拓海
61219dd88e
|
1 month ago | |
---|---|---|
.husky | 3 years ago | |
public | 3 years ago | |
src | 1 month ago | |
.env | 3 years ago | |
.env.development | 3 years ago | |
.env.production | 3 years ago | |
.env.staging | 3 years ago | |
.eslintignore | 3 years ago | |
.eslintrc.json | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 1 month ago | |
index.html | 3 years ago | |
logo.png | 1 month ago | |
package-lock.json | 1 month ago | |
package.json | 1 month ago | |
test.txt | 1 month ago | |
vite.config.js | 2 years ago |
README.md
<<<<<<< HEAD
view-ui-project-vite
This project build for Vue3, Vue-router, Vuex, ViewUIPlus and Vite.
Install
npm install
Run
npm run serve
Build
Build for Production
npm run build
Build for Staging
npm run build:staging
Preview
Preview for Production
npm run preview
Preview for Staging
npm run preview: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
import.meta.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.*). =======