1. Installing the @vue/cli Package
sudo npm install --global @vue/cli
2. Creating the Project
vue create todo --default
3. Install vue extension on chrome

** 4. Starting the Development Tools**
cd {project folder}
npm run serve
** 5. Config npm in web storm**

网友评论