vue vue-cli project set up by the whole process including the use of the basic components of routing distal item

on github project Address: https://github.com/comonly/javaweb_blog/tree/master/blog_diverse_frontend

Specific implementation structures and processes: http://comonly.cn/p/1129.html

 

Project Description

1. project through: vue init webpack project-name automatically constructed.
2. axios asynchronous data request.
3. Style Use ElementUI.

 

Implementation process

  1. Use to build vue vue-cli project - to create a vue project by npm: http://comonly.cn/p/1030.html
  2. src directory main.js file configuration tools need to use.
  3. At the same time you want to add the required modules in package.json file.
  4. Then create components in src / components directory.
  5. Then add routes in src / router directory.

Guess you like

Origin www.cnblogs.com/skytcat/p/11749654.html