An open API service indexing awesome lists of open source software.

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.

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 UI

Skip 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
![image](https://user-images.githubusercontent.com/8178166/114008164-8b9f8080-9894-11eb-824f-cb4a02712b66.png)
![image](https://user-images.githubusercontent.com/8178166/114008200-90fccb00-9894-11eb-98b3-319c0319fbee.png)
![image](https://user-images.githubusercontent.com/8178166/114008210-978b4280-9894-11eb-8b9c-78a47f8b220a.png)

## Highlights
- vue3
- element-plus
- axios
- router
- vuex
- authorization
- mock
- lint
- prettier

## Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).