vue游戏商城 一切娱乐为主 借鉴了 Panda-Hope 的一些功能和自己的diy创意 打造原生级体验
- Vue全家桶(使用Vue-cli作为构建工具) vue2.5+
- Webpack3
- Mint-Ui
- Es6
- Sass
- axios
- 第三方 AlloyTouch betterScroll
- 自己 touch animate
- 前端rsa加密 跨域cookie
线上地址:mstore
暂无
# download
git clone https://github.com/lanbosm/mstore.git
# 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test