propdoc
Version:
quick and easy documentation of Vue.js components
18 lines (12 loc) • 460 B
Markdown
# propdoc-examples
> examples using the propdoc component
- `AllInOne.vue` shows all fields in a single component
- `Separate.vue` and `Separate.doc.js` show a possible way of separating fields to save space when building
- `Documentation.vue` shows two ways to use _propdoc_ either as a component (checkOne), or as a function (checkTwo)
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
```