- npm run build or yarn build
- npm run watch or yarn watch
- npm run build or yarn build
- npm publish
- Notice
- npm publish时需更改package.json中的version防止无法发布成
- npm run build or yarn build
- cd example
- 组件使用
import React from 'react' // 引入react
import { Empty, Modal } from 'xs-ui-kit-alpha' // 引入对应的组件
import 'antd/dist/antd.css' // 引入antd 防止样式丢失
- 启动项目
- npm run start or yarn start
- cd demo
- npm install xs-ui-kit-alpha
- 组件使用
import React from 'react' // 引入react
import { Empty, Modal } from 'xs-ui-kit-alpha' // 引入对应的组件
import 'antd/dist/antd.css' // 引入antd 防止样式丢失
- 启动项目
- npm run start or yarn start