# layuiAdmin **Repository Path**: moneyinto/layuiAdmin ## Basic Information - **Project Name**: layuiAdmin - **Description**: nestjs for vueLayui - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-04 - **Last Updated**: 2023-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## vue layui admin [前台UI Vue Layui](https://github.com/moneyinto/vue-layui/tree/api) ## Installation ```bash $ npm install ``` ## Running the app ```bash # development $ npm run start # watch mode $ npm run start:dev # incremental rebuild (webpack) $ npm run webpack $ npm run start:hmr # production mode $ npm run start:prod ``` ## Test ```bash # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov ```