github上項目地址:https://github.com/comonly/javaweb_blog/tree/master/blog_diverse_frontend 具體搭建流程及實現方式:http://comonly.cn/p/1129.html 項目內容 1. 項目通過:vue init ...
github上項目地址:https://github.com/comonly/javaweb_blog/tree/master/blog_diverse_frontend
具體搭建流程及實現方式:http://comonly.cn/p/1129.html
項目內容
1. 項目通過:vue init webpack project-name 自動構建。
2. 使用 axios 非同步請求數據。
3. 樣式使用 ElementUI。
實現流程
- 利用vue-cli來搭建vue項目——通過npm創建一個vue項目:http://comonly.cn/p/1030.html
- src目錄main.js文件中配置需要用到的工具。
- 同時要在 package.json 文件中添加需要的 模塊 。
- 接著在src/components目錄下創建組件。
- 然後在src/router目錄下添加路由。