# WebAppFramework **Repository Path**: oschina_xiaowen/web-app-framework ## Basic Information - **Project Name**: WebAppFramework - **Description**: Vue 2 代搭建的框架,包含一些零件、组件、工具库。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-04 - **Last Updated**: 2025-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web app framework ## 安装 ``` npm install ``` ### 用于开发的编译和热部署 ``` npm run serve ``` ### 用于产品的编译和压缩 ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### GIT 分支说明 dev 开发分支,新功能开发在这个分支下提交 master 主分支,正式版发布 ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).