Vue-cli
2.9.3 Vue-cli create folder structure,debug on local,deploy,hot call,unit test. npm install -g vue-cli / sudo npm install -g vue-cli node -v //resultr: v12.9.0 babel-core , ES6 to ES5 > vue list vue init webpack test-project //vue init template-name project-name cd test-project npm install // install node_modules folder npm run dev package-lock.json, in npm 5.0 raise speed includes all dependencies. webpack.config.js h t t p s : / /youtube.com/watch?v=xKRbf89ewaA&list=PL9nxfq1tlKKm7rafYCLfGgymd-LRfzGEM&index=9 vue-resource AJAX .babelrc /babel.config.js es6 to es2015 //node-modules/babel-runtime .editcorconfig end_of_line = lf //for Mac .eslintignore ignore check grammar to build and config folders eslint .eslintrc.js format rules .gitignore index.html //WebStorm format : Command + option + L ...