1.2.1 • Published 2 years ago

element-easy-ui v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

element-easy-ui

Simplified version of element UI component library(Vue.js 2.0) In projects using elment UI, custom components can be written into documents for team development. The document is written in markdown

Install

npm install element-ui -S

Quick Start

Create new examples from the project root directory

exampels
  --demo-styles
  --docs
  --nav.config.js

pacakge.json

  "scripts": {
    "dev:docs": "element-easy-ui --config examples",
    "build:docs": "cross-env NODE_ENV=production element-easy-ui --config examples"
  }

Browser Support

Modern browsers and Internet Explorer 10+.