# glory **Repository Path**: NINI2020/glory ## Basic Information - **Project Name**: glory - **Description**: node vue moba - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node_vue_moba ## Project setup ``` cd glory npm init -y ``` ### 进入到admin目录 ``` cd admin npm install npm run serve ``` ### 进入到web目录 ``` cd web npm install npm run serve ``` ### 进入到server目录 ``` cd server npm install npm run serve ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).