# tl_admin_vue **Repository Path**: narc/tl_admin_vue ## Basic Information - **Project Name**: tl_admin_vue - **Description**: 套路,管理后台 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TODO LIST - [ ] vue cli 3.0 里面使用的 webpack 存在内存泄漏 (https://github.com/vuejs/vue-cli/pull/1670) 等待替换 ## vue cli doc https://cli.vuejs.org/ ## install dependency ``` npm install npm install --dev ``` ## develop ``` npm run serve ``` ## build for production environment ``` npm run build ```