# yypt-feui **Repository Path**: nfe/yypt-feui ## Basic Information - **Project Name**: yypt-feui - **Description**: yypt中内嵌的用feui做的页面。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yypt > A Vue.js project ## 三步走 ``` bash # 依赖装一波 npm install # 会在8080端口跑一个服务 npm run dev # 生成生产环境代码 npm run build # 生成生产环境代码并生成分析器报告 npm run build --report ```