Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 866 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 866 Bytes

various-manager

这是一个后台管理系统的前端页面。对应仓库 node-web 后台。

使用 Vue + vue-router + element-ui + axios + sass 制作。

其中一个前端展示为一个英语对战游戏,通过 websocket 技术,让玩家可以邀请一位好友,进行英语答题对战。小程序源码在仓库 wxQuestion 中,可以在小程序中搜索 “禅与剑的较量” 查看效果。

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.