https://github.com/LeeWgg/CNodecss
http://www.leewgg.cn/projects...html
学习前端一年多,也看到Vue火起来,因而本身开始自学; 刚开始接触,真是以为使用起来太方便,但仍是有不少新的东西不是很了解,因而想这各类办法去学习去练习; 这个项目花了我一个星期时间,由于白天要上班,只能花晚上时间去作; 对于这个项目,我以为挺适合新手vue入门的,包含了(vue-route,vuex,axios,webpack等基本知识),因此我但愿新人能够多看看;
$ git clone https://github.com/LeeWgg/CNode.git $ cd CNode $ npm install或 cnpm install
$ npm run dev
├── README.md // 项目说明 ├── build // 构建服务和webpack配置 ├── config // 项目不一样环境的配置 ├── index.html // 项目入口文件 ├── package.json // 项目配置文件 ├── src // 生产目录 │ ├── assets // css js 和图片资源 │ ├── components // 各类组件 │ ├── router // 路由 │ ├── vuex // vuex状态管理器 │ ├── app.vue // 页面入口文件 │ └── main.js // 程序入口文件,加载各类公共组件