Home >Web Front-end >Vue.js >How to start a project in vuejs development
How to start a project with vuejs: 1. Install node.js; 2. Install "@vue/cli"; 3. Use the "vue create project name" command to create a project; 4. Use the cd command to enter vue In the project directory; 5. Execute the "npm run serve" command to start the project.
The operating environment of this tutorial: windows7 system, vue2.9.6 version, DELL G3 computer.
Prerequisite: Install node.js
Start the vue project
npm install -g @vue/cli
vue --version
vue create hello-world
Create a projectSelect manual selection
Select babel , css pre-processors, linter, unit testing, select and press Enter
Enter this command
vue.js Tutorial"
The above is the detailed content of How to start a project in vuejs development. For more information, please follow other related articles on the PHP Chinese website!