UNPKG
propdoc
Version:
latest (0.9.3)
0.9.3
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.0
quick and easy documentation of Vue.js components
github.com/propellant/doctor
propellant/doctor
propdoc
/
examples
/
src
/
main.js
9 lines
(7 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Vue
from
'vue'
import
Documentation
from
'./Documentation.vue'
import
'propdoc/style.scss'
new
Vue
({
el
:
'#app'
,
render
:
h
=>
h
(
Documentation
) })