vision-ui-ext

1.10.18 • Public • Published

微票儿 公共组件库

NPM Version NPM Downloads

Install

npm install vision-ui-ext --save

step1

  • create vision.scss under your scss fold as followings
@import
    'vision-ui/components/variables',
    'my-theme.scss',
    'vision-ui-ext/components/components'

step2

  • using custom theme
// in your js file
import custom_vision_ui from 'scss/vision'
import { Blank } from 'vision-ui-ext'

Build and Publish

Dev 开发

npm install
npm start # open page http://localhost:8080
  • Component => components/COMPONENT/index.js
  • Style => components/COMPONENT/style.scss
  • related Demo => example/pages/COMPONENT/index.js
  • Docs => docs/COMPONENT.md

Publish

npm run build
npm publish

Package Sidebar

Install

npm i vision-ui-ext

Weekly Downloads

1

Version

1.10.18

License

MIT

Last publish

Collaborators

  • loogeek
  • seasonstar
  • wangjingyu
  • zhangciwu