JSPM

@codetrial/vue-cli-plugin-element

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 33
  • Score
    100M100P100Q65917F
  • License MIT

Quickly build a backend system with vue-cli and element-ui in seconds.

Package Exports

  • @codetrial/vue-cli-plugin-element

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codetrial/vue-cli-plugin-element) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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