Skip to content

xieww/cnode-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-Cnode

cnode第二次开发

线上地址线上访问地址 扫码体验更好 image

注意:本项目只供学习,不可以商用。

技术点:vue2.0、axios、vuex、vue-router、muse-ui、moment


##如果觉得本项目还不错,请给个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).