Practical week 8: Node.js and Vue.js
Practical week 8: Node.js and Vue.js
> node --version
> npm --version
NOTE: if you have problems like: 'vue' is not recognized as an internal or external command.
please see:
> npm install -g @vue/cli
> vue create test
And follow instructions.
NOTE: Instead of test you can name your project whatever you want
> npm run serve