
angular cli
普罗米绣丝
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ngular npm run build 报错 FATAL ERROR: Ineffective mark-compacts
angular npm run build 报错 FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory 今天在打包时发现此错误(angular7) 90% chunk assets processing <--- Last few GCs ---> [5040:000001原创 2020-11-17 17:47:58 · 1198 阅读 · 0 评论 -
angular7 使用Intro.js – 为您的网站提供更好的用户指引
Intro.js中文介绍 Intro.js官网 最近在做angular7的项目,需要做页面引导,搜集了一下资料,应用到项目中还是比较简单,废话不多说直接上代码 1. 安装 intro.js npm install intro.js --save 2. 在公共style.scss引入样式文件(自行添加即可,不一定这样添加) @import "../node_modules/intro.js/introjs.css"; 4. 在组件中使用 import IntroJ.原创 2020-11-11 11:52:15 · 652 阅读 · 2 评论 -
ng bulid --prod 报错
报错内容 Your global Angular CLI version (6.2.6) is greater than your local version (1.7.4). The local Angular CLI version is used. To disable this warning use "ng config -g cli.warnings.versionMismatch ...原创 2020-04-29 15:54:48 · 333 阅读 · 0 评论