# ng_weui **Repository Path**: fushanlang_admin_admin/ng_weui ## Basic Information - **Project Name**: ng_weui - **Description**: weui的angularjs版本,整合seajs+angularjs+weui 的按需加载应用 - **Primary Language**: CoffeeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-04-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这是一个 seajs+angular+weui 单页按需加载应用, 使用 coffee-script jade stylus 开发. js脚本 使用commonjs模块化. 下面教你怎么跑起来。 怎么运行: 1. git clone https://git.oschina.net/hlmcdh/ng_weui.git 2. cd ng_weui 3. npm install 4. npm install coffee-script -g 5. npm install node-dev -g 6. npm start 7. open in browser with http://localhost:3000 怎么开发: 1、cd weui/src/mods 像示例的目录/文件一样创建自己的目录/文件 2、cd ng_weui 在另一个命令行输入 gulp 3、刷新页面查看效果