Create Your First Vue.js App

Vue.js Install and Project Creation

1) Install an active or maintenance version of node.js
2) From the node.js command line, run npm init vue@latest and click through the default options with the enter key
3) Navigate to the root of your new project and run the following:

npm install
npm run dev

IDE Setup

1) Install Visual Studio Code
2) Install the Volar Extension

Comments

Popular Posts