cnode第二次开发
线上地址线上访问地址 扫码体验更好
##如果觉得本项目还不错,请给个star鼓励一下。
###安装
项目地址:(git clone
)
git clone https://github.com/xieww/cnode-vue.git
通过npm
安装本地服务以及第三方依赖模块(需要已安装Node.js)
###开发
###目录结构
<pre>
.
├── README.md
├── build // 构建服务和webpack配置
├── config // 项目不同环境的配置
├── dist // 项目build目录
├── index.html // 项目入口文件
├── package.json // 项目配置文件
├── src // 生产目录
│ ├── assets // css js 和图片资源
│ ├── components // 相关组件
| ├── libs // 工具
│ ├── pages // 各个功能页面
│ ├── vuex // vuex状态管理器
│ ├── router // 路由
│ └── main.js // Webpack 预编译入口
</pre>
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).