https://github.com/poeticloud/vue-cli-plugin-rack
Vue3 background management project framework based on @vue/cli.
https://github.com/poeticloud/vue-cli-plugin-rack
lints mock vue3
Last synced: about 2 months ago
JSON representation
Vue3 background management project framework based on @vue/cli.
- Host: GitHub
- URL: https://github.com/poeticloud/vue-cli-plugin-rack
- Owner: poeticloud
- Created: 2021-03-19T03:35:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T03:13:42.000Z (about 4 years ago)
- Last Synced: 2025-02-14T07:39:44.229Z (4 months ago)
- Topics: lints, mock, vue3
- Language: Vue
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cli-plugin-rack
Element Plus plugin for `@vue/cli` 4.5.## Install
First you need to install `@vue/cli` globally (follow the instructions [here](https://cli.vuejs.org/)).
Then create a project and add the Element Plus plugin:
```bash
vue create my-app
cd my-app
vue add rack
```You'll be asked some questions regarding how Element Plus is configured in your project. After that, you're good to go.
### Use with vue-cli UISkip this part if you've done everything in the `Install` section.
If you prefer managing your project in vue-cli UI (by running `vue ui`), here's how you can add Element Plus plugin: go to the Plugins menu, click the upper right `+ Add plugin` button, find `vue-cli-plugin-rack` and install it.
## Project setup### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and hot-reloads for development and mock data
```
npm run dev
```
### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```
### Prettier
```
npm run prettier
```
## Views


## Highlights
- vue3
- element-plus
- axios
- router
- vuex
- authorization
- mock
- lint
- prettier## Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).