Holmes: Server boilerplate you might need | Place other links here
- ( List your features here )
- Bili ( rollup ) for building component in
es/cjs/umd
ways - Poi ( webpack ) for running & building demo
- Concise
Readme.md
template with document inline
# 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
Name a few APIs here
-
value
: Number
Component's value binded, remember end with twoTabs
every line -
on-when
: Function
params: func ( ...param )
hook function when ...
Much more APIs
more
: Boolean
default:false
...
Categorize them
categorize
: Object
...
It's your turn