# database **Repository Path**: shouquan233/database ## Basic Information - **Project Name**: database - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_personalmanagement ### 配置 运行需要node环境和npm环境 配置时进入项目目录运行如下命令 ``` npm install -g ``` ### run 运行后端 ``` nodemon js/app.js ``` 运行前端 ``` npm run serve ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).