Vue js Hello World!
記得先安裝 node js
1.安裝 Vue Cli
1 | npm install -g @vue/cli |

2. Creat hello-world
1 | vue create hello-world |

3. Run Server
1 | cd hello-world |

4. http://localhost:8081/

記得先安裝 node js
1 | npm install -g @vue/cli |

1 | vue create hello-world |

1 | cd hello-world |

