美文网首页
vue from rookie to master - 1

vue from rookie to master - 1

作者: ElliotG | 来源:发表于2018-09-19 15:06 被阅读0次

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

image.png

** 4. Starting the Development Tools**

cd {project folder}
npm run serve

** 5. Config npm in web storm**

image.png

相关文章

网友评论

      本文标题:vue from rookie to master - 1

      本文链接:https://www.haomeiwen.com/subject/hzhinftx.html