# vueAdmin-template **Repository Path**: scajy/vueadmin-template ## Basic Information - **Project Name**: vueAdmin-template - **Description**: vue模板 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-19 - **Last Updated**: 2022-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vueAdmin-template # 安装node - 需要node版本在v8.17.0 - 可以在官网进行下载安装,这里就不叙述了 # 查看安装node版本 ``` # node -v # npm -v ``` # 安装node管理工具n ``` npm install -g n ``` # 使用n工具指定node版本 ``` n 8 # 切换到node v8的版本 ``` ## Build Setup ``` bash # Clone project git clone https://gitee.com/scajy/vueadmin-template.git # Install dependencies npm install # serve with hot reload at localhost:9528 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ```