- Install the Chrome Vue.js devtools
- Install the Visual Studio Code Vetur extension
- Install the Visual Studio Code Vue Inline Template extension
Running 01-HelloWorld
and 02-Snippets
:
npx http-server
npm install -g @vue/cli
vue --version
vue create cli-socks
cd cli-socks
npm install
npm run serve
npm run build
Tests:
npm run test:unit