1.1.2 • Published 5 years ago
openants_for_vue v1.1.2
Intro
- ( List your features here )
- Bili ( rollup ) for building component in
es/cjs/umdways - Poi ( webpack ) for running & building demo
- Concise
Readme.mdtemplate with document inline
Screenshots
Install and Usage
# clone boilerplate
git clone https://github.com/waynecz/vue-component-boilerplate.git example-name
cd example-name
# delete original git files
rm -rf .git
# create new one upon link your repo
git init && git remote add origin {your repo address}
# install dependices
yarn- Replace things in package.json with your own
Start writting your component and:
# develop npm run dev # build component npm run build # build demo npm run build:demo
API
value: Number
Component's value binded, remember end with twoTabsevery lineon-when: Function
params: func ( ...param )
hook function when ...
more: Boolean
default:false
...
categorize: Object
...
Other things such as Contribute guide / License / Thanks ...
It's your turn