/vue-cnode

基于vue2 vue-router vuex es6 flexible.css less mint-ui 重写cnode社区

Primary LanguageVue

基于vue.js重写Cnodejs.org社区的webapp

项目采用vue-cli构建,加入Mint-ui

技术栈

vue2 vue-router vuex es6 flexible.css less mint-ui

安装

通过npm安装本地服务第三方依赖模块(需要已安装Node.js)

npm install

启动服务(http://localhost:8020)

npm run dev

发布代码

npm run build

目录结构

├── README.md           
├── build              // 构建服务和webpack配置
├── config             // 项目不同环境的配置
├── dist               // 项目build目录
├── index.html         // 项目入口文件
├── package.json       // 项目配置文件
├── src                // 生产目录
│   ├── assets         // css js 和图片资源
│   ├── components     // 各种组件
│   ├── libs           // 公用js库
│   ├── router         // 配置路由
│   ├── store          // vuex状态管理
│   ├── views          // 各种页面
│   └── main.js        // Webpack 预编译入口

参考资料列表

https://github.com/shinygang/Vue-cnodejs
https://github.com/hilongjw/vue-zhihu-daily