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.
50 lines
950 B
50 lines
950 B
<<<<<<< HEAD
|
|
# view-ui-project-vite
|
|
This project build for Vue3, Vue-router, Vuex, ViewUIPlus and Vite.
|
|
## Install
|
|
```shell
|
|
npm install
|
|
```
|
|
## Run
|
|
```shell
|
|
npm run serve
|
|
```
|
|
## Build
|
|
### Build for Production
|
|
```shell
|
|
npm run build
|
|
```
|
|
### Build for Staging
|
|
```shell
|
|
npm run build:staging
|
|
```
|
|
## Preview
|
|
### Preview for Production
|
|
```shell
|
|
npm run preview
|
|
```
|
|
### Preview for Staging
|
|
```shell
|
|
npm run preview:staging
|
|
```
|
|
## Run Eslint
|
|
### Run without Fixing
|
|
|
|
- This operation will also run before git-commit.
|
|
```shell
|
|
npm run lint
|
|
```
|
|
### Run with Fixing
|
|
```shell
|
|
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.*).
|
|
=======
|
|
# jty
|
|
|
|
>>>>>>> 8f9bf5ff9937c1920b62a1c5c3de013610b8c391
|