Hanx 4e5b229308 Chore/eslint (#34)
* chore: add eslint support & some fixes

* chore: eslint basic support rules & some fixes; ignore yarn-error
2020-07-27 16:17:41 +08:00
2020-07-26 14:10:42 +08:00
2020-07-27 16:17:41 +08:00
2020-07-21 18:18:44 +08:00
2020-07-27 16:17:23 +08:00
2020-07-27 16:17:41 +08:00
2020-07-26 14:10:42 +08:00
2020-07-24 19:20:37 +08:00
2020-07-27 16:17:41 +08:00
2020-07-27 16:17:41 +08:00
2020-07-24 23:25:03 +08:00
2020-07-21 18:18:44 +08:00
2020-07-27 16:17:41 +08:00
2020-07-22 00:35:23 +08:00
2020-07-27 16:17:41 +08:00
2020-07-24 20:34:25 +08:00
2020-07-27 16:17:41 +08:00

Element-Plus

Bootstrap project

With command

$ yarn bootstrap

the project will install all dependencies and run lerna bootstrap to initialize the project

Storybook preview

With command

$ yarn storybook

the project will launch @storybook client for you to preview all existing component

Generate new component

With command

$ yarn gen component-name

Note the component-name must be in kebab-case, combining words by replacing each space with a dash.

Description
🎉 A Vue.js 3 UI Library made by Element team
Readme MIT 983 MiB
Languages
TypeScript 57.5%
Vue 41.3%
JavaScript 1%
Shell 0.2%