# ljx-task-front **Repository Path**: GaoGuoHui/ljx-task-front ## Basic Information - **Project Name**: ljx-task-front - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-06 - **Last Updated**: 2022-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ljx-task-front ## 体验步骤 ### 1. 安装 wepy 本项目基于wepy开发,[参考这里](https://github.com/wepyjs/wepy) ```bash npm install wepy-cli -g ``` ### 2. 安装开发依赖 ```bash npm install ``` ### 3. 编译源代码 ```bash wepy build ``` ### 4.导入至开发者工具 编译完成后会生成`dist`目录,开发者工具本地开发目录指向`dist`目录。 开启实时编译 ```bash wepy build --watch ``` **切记: 取消勾选`项目-->开启ES6转ES5`,否则代码运行出现如下错误。** ![qq 20161129203744](https://cloud.githubusercontent.com/assets/2182004/20710080/bfe6d6b6-b673-11e6-8837-07d0c2fb6953.png)