1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 09:34:05 +08:00
icebergs/misc/node/vue.shy
2023-06-03 09:06:37 +08:00

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
`