esc-system-ui
TypeScript icon, indicating that this package has built-in type declarations

0.5.8 • Public • Published

esc-system-ui ESC 系统 ui 库

安装

npm install esc-system-ui -S

引入

import Vue from 'vue';
import ESC from 'esc-system-ui';

Vue.use(ESC);

// or
import {
  Select,
  Button
  // ...
} from 'esc-system-ui';

Vue.component(Select.name, Select);
Vue.component(Button.name, Button);
// 清理文件夹
npm run clean
// 生成 src/index.js 引入文件
npm run build:file
// 代码格式化
npm run lint
// 加载 webpack 配置文件
webpack --config build/webpack.conf.js

webpack --config build/webpack.common.js

webpack --config build/webpack.component.js
// 赋值 src 文件夹进入 lib
npm run build:utils
// 生成umd语言包
npm run build:umd
// 打包css
npm run build:theme

Readme

Keywords

Package Sidebar

Install

npm i esc-system-ui

Weekly Downloads

1

Version

0.5.8

License

MIT

Unpacked Size

9.59 MB

Total Files

900

Last publish

Collaborators

  • wzs28150