# redpack-web **Repository Path**: xiaoyebing/redpack-web ## Basic Information - **Project Name**: redpack-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # redpack-web ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ## 开发方式 ### 1. 找焦哥加项目权限 ### 2. 使用到的框架 Vue.js: https://cn.vuejs.org/index.html Sass: https://sass-lang.com/ bulma: https://bulma.io/ ### 3. 工程目录介绍 ![输入图片说明](https://images.gitee.com/uploads/images/2018/1010/153418_b2210178_1226836.jpeg "在这里输入图片标题") **pages详细介绍:** ``` |--- pages |--- pack // 页面名称 |--- index.js // 固定命名,页面入口文件,绑定Vue到App |--- index.html // html模板 |--- App.vue // Vue根 ``` ### 4. 开发方式 1. 拷贝 pack 到 pages 下面,改名为 xxx(页面名称) 2. index.js, index.html 不需要改动 3. 修改 App.vue 即可