forked from x/icebergs
13 lines
207 B
Plaintext
13 lines
207 B
Plaintext
section "vue"
|
|
refer `
|
|
官网 https://vuejs.org/
|
|
源码 https://github.com/vuejs/vue
|
|
入门 https://vuejs.org/guide/quick-start.html
|
|
`
|
|
|
|
shell `
|
|
cnpm install -g @vue/cli
|
|
vue create demo && cd demo
|
|
vue serve
|
|
`
|