0.1.1 • Published 5 years ago
nts-ui v0.1.1
nts-ui
基于 Vue 的颜色选择器
Project setup
yarn install安装
npm install ntsColorPicker -S
yarn add ntsColorPicker -S使用
在 main.js 文件中引入插件并注册
# main.js
import ntsColorPicker from 'ntsColorPicker'
Vue.use(ntsColorPicker)Compiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildLints and fixes files
yarn lint