# adminadd **Repository Path**: hellowe/adminadd ## Basic Information - **Project Name**: adminadd - **Description**: init - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue DFY_Admin ## Build Setup 选择1或2方式进行初始化 ``` bash 1.采用yarn 安装 模块命令的话,需要先安装 yarn,如已安装过,可忽略下行直接执行yarn npm install -g yarn 安装成功后,初始化dependencies: yarn 2.采用npm 初如化如下: # install dependencies npm install 3.支行或编译: # serve with hot reload at localhost:9003 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ```