mwhardesty / vue-cli-plugin-element

Quickly build an enterprise application with vue-cli and element-ui in seconds.

Home Page:https://element-admin.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-cli-plugin-element

Version License Dependencies

Quickly build an enterprise application with vue-cli and element-ui in seconds.

This project is not only a vue-cli plugin but also a vue-cli preset. Have fun!

๐Ÿ‡บ๐Ÿ‡ธ English | ๐Ÿ‡จ๐Ÿ‡ณ ็ฎ€ไฝ“ไธญๆ–‡

Example

A complete example project: โšก @codetrial/element-admin

Live Preview: ๐Ÿ”ญ element-admin.now.sh

Screen Capture

Getting Started

Prerequisites

You must install Vue CLI 3 before you start:

npm install -g @vue/cli
# OR
yarn global add @vue/cli

Install

Preset

You can create your project directly via preset, which already includes configurations such as ESLint and other plugins.

vue create --preset codetrial/vue-cli-plugin-element your-awesome-project

Plugin

If you don't want to use the preset , you can manually create an empty project via vue-cli.

# make sure the following features are selected:
# - Babel
# - PWA
# - Router
# - Vuex
# - CSS Pre-processors + Sass
# - Linter - Formatter
vue create your-awesome-project

Then add the plugin to your project via vue.

vue add @codetrial/element

Docs

The full documentation: ๐Ÿ“– codetrial.github.io/element-admin

Core Features

  • ๐Ÿ“ท Minimal dependencies
  • ๐Ÿ“บ Project Structure
  • ๐Ÿ“ž View Layout
  • ๐Ÿ“Ÿ Data Processing Layer
  • โŒš Authorization
  • ๐Ÿ“ป Error Pages
  • ๐Ÿ”Ž List Example
  • ๐Ÿ‘ป Form Example

Contributing

Looking forward to your pull requests.

Built With

License

MIT

Copyright (c) 2018 - present, Felix Yang

About

Quickly build an enterprise application with vue-cli and element-ui in seconds.

https://element-admin.now.sh

License:MIT License


Languages

Language:Vue 65.9%Language:JavaScript 29.8%Language:CSS 4.3%