vue from rookie to master - 1
2018-09-19 本文已影响0人
ElliotG
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**
