/vue-cli-plugin-rack

Vue3 background management project framework based on @vue/cli.

Primary LanguageVue

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

Then create a project and add the Element Plus plugin:

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 image image

Highlights

  • vue3
  • element-plus
  • axios
  • router
  • vuex
  • authorization
  • mock
  • lint
  • prettier

Customize configuration

See Configuration Reference.