1 Star 5 Fork 0

ecitlm/angularJS-SPA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 864 Bytes
一键复制 编辑 原始数据 按行查看 历史
ecitlm 提交于 2020-05-26 22:31 . code style:eslint
{
"name": "requirejs-in-angular",
"version": "1.0.0",
"description": "> 这是一个无任何脚手架、脱离`node.js`前端工作流的 AngularJS 单页应用项目示例,基于`requirejs`模块化开发 > `requirejs+angularjs+ui-router` 实现模块懒加载(`controller` 按需加载),路由配置路由拦截、`filter` 配置,`axios` 网络请求管理封装。 > 可以基于本示例直接进入项目开发。",
"main": "main.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecitlm/angularJS-SPA.git"
},
"author": "ecitlm",
"license": "ISC",
"bugs": {
"url": "https://github.com/ecitlm/angularJS-SPA/issues"
},
"homepage": "https://github.com/ecitlm/angularJS-SPA#readme"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ecitlm/angularJS-SPA.git
git@gitee.com:ecitlm/angularJS-SPA.git
ecitlm
angularJS-SPA
angularJS-SPA
master

搜索帮助