Skip to content

guoqirong/vue-cnode

Repository files navigation

vue-cnode

cnode vue pc浏览器版 在线演示地址

效果图

首页1

首页2

详情

消息

收藏

登录

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

目录结构

.
├── build  项目构建配置文件
├── config  项目构建配置项
├── demo-screenshot  项目效果图
└── src
    ├── assets  静态资源
    │   ├── images  图片资源
    │   ├── style  公用样式
    ├── components 公用组件
    ├── router  路由配置
    ├── store  状态管理
    ├── utils  工具类方法
    └── views  模块文件
        ├── collect  收藏
        ├── detail  详情
        ├── index  首页
        ├── login  登录
        ├── message  消息
        └── topic  主题

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages