# node_app **Repository Path**: renpingsheng/node_app ## Basic Information - **Project Name**: node_app - **Description**: 基于VueCli3.0开发的全栈项目-资金管理系统带权限 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-03-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 1.克隆项目 git clone github_address cd node_app ### 2.安装nodeman npm i nodemon -g npm install nodemon -g ### 3.安装后端依赖包 npm install ### 4.安装前端依赖包 cd client npm install ### 5.运行项目 npm run dev