创建项目:
`vue init webpack luffy_project`
------------------初始化参数-----------------
Project name luffy_project
Project description A Vue.js project
Author
Vue build (Use arrow keys)
Vue build standalone
Install vue-router? Yes
Use ESLint to lint your code? No
Set up unit tests No
Setup e2e tests with Nightwatch? No
---------------------------------------------------
启动:
`cd luffy_project`
`npm run dev`
原文:https://www.cnblogs.com/staff/p/11807114.html