LambdaLuke
 

JS Vue - New App

Last modified: 12 February 2025

Instructions for creating a new Vue application using Webstorm.

Select Vue.js as the project generator.
Enter the name for the app in the location field.
Select and or download the latest version of node in the interpreter field.
Select npx create-vue as the CLI.
Untick use the default project setup.
Press create.

The project will now launch the command line app to build the project.
Answer the questions as appropriate to install the relevant components such as a router, store and typescript support, etc.
Click the npm install button.

If you wish to use a specific browser, edit the launch configurations and set the browser as appropriate.