# mt-app **Repository Path**: hongjunyong/mt-app ## Basic Information - **Project Name**: mt-app - **Description**: 慕课-Vue全家桶+SSR+Koa2全栈开发美团网 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-03-24 - **Last Updated**: 2021-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 12-1 QQ影音 node版本v10.15.3 授权码:icfcctunidlybjda # 项目初始化 npm install npx npx create-nuxt-app mt-app # 安装babelrc npm i babel-core babel-preset-es2015 babel-cli npm install @nuxtjs/axios --save npm install axios --save # Redis安装 http://www.runoob.com/redis/redis-install.html 把路径放到环境变量里,这样可以方便调用 启动Redis命令:redis-server 数据库导入 dbs:数据库 test:数据结合 pois.dat:数据源 mongoimport -d dbs -c test pois.dat 例如:mongoimport -d student -c areas areas.dat mongoimport -d student -c category category.dat mongoimport -d student -c cities cities.dat mongoimport -d student -c maps maps.dat mongoimport -d student -c menus menus.dat mongoimport -d student -c pois pois.dat mongoimport -d student -c provinces provinces.dat mongoimport -d student -c regions regions.dat mongoimport -d student -c topsearches topsearches.dat