angular引入bootstrap和jquery
1. npm install -g @angular/cli
2. 新建项目 ng new my-app
3. 定位至项目路径下 cd my-app
4. 启动项目 ng serve --open 浏览器http://localhost:4200/看到vue主页说明项目启动成功
5. 安装bootstrap和jquery :
npm install --save jquery
npm install bootstrap --save
6. 在 .angular-cli.json文件中进行配置(路径看项目实际路径)
在styles中添加 "../node_modules/bootstrap/dist/css/bootstrap.min.css"
在scripts中添加 "../node_modules/bootstrap/dist/js/bootstrap.min.js"
"../node_modules/jquery/dist/jquery.js"
7. 重新启动项目
相关推荐
QiaoranC 2020-09-25
颤抖吧腿子 2020-09-04
liduote 2020-06-16
阿斌Elements 2020-06-11
xxuncle 2020-06-05
ChinaGuanq 2020-06-05
wanghongsha 2020-03-26
csm0 2020-03-05
shyoushine 2020-02-25
electronvolt 2020-02-12
jsonwoo 2020-01-20
ZadarrienChina 2020-01-07
wwwxuewen 2020-01-04
dynsxyc 2020-01-03
liangjielaoshi 2019-12-27
bowean 2019-12-27
wwwxuewen 2019-12-25
liwusen 2019-12-16
颤抖吧腿子 2019-12-16