Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jihui-mobile-webapps

这是一个用vue2编写的会员后台App。

在线地址

技术栈

运行截图

登录 首页 详情

安装运行(Build Setup)

# install dependencies
npm install

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

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

TODO

  • 实现图片压缩上传
  • 留言右侧移动删除

项目目录

.
├── build              // 构建服务和webpack配置
├── config             // 项目不同环境的配置
├── dist               // 项目build后的目录
├── src                // 源码目录
│   ├── assets         // css
│   ├── components     // 各种组件
│   ├── router         // vue路由的配置
│   ├── utils          // 各种过滤器,方法
│   ├── views          // 各种页面
│   ├── vuex           // vuex状态管理器
│   └── main.js        // Webpack 预编译入口
├── static             // 项目静态,图片资源
├── test               // 测试
├── .babelrc           // ES6语法编译配置
├── .editorconfig      // 代码编写规格
├── .gitignore         // 忽略的文件
├── index.html         // 项目入口文件
├── package.json       // 项目配置文件
├── README.md          // 说明

参考

About

🍀 机汇网 手机页面版app

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages