Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 276 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 276 Bytes

Starting the project

→ Installing the VUE CLI:

npm i -g @vue/cli

vue ui
→ Starts an user interface to manage vue projects

vue create <project name>
→ To create a new VUE project

Routing

yarn add vue-router@next