0.1.1 • Published 4 years ago

nts-ui v0.1.1

Weekly downloads
9
License
-
Repository
-
Last release
4 years ago

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 serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.