1. 程式人生 > >angularjs專案中引入bootstrap,jquery

angularjs專案中引入bootstrap,jquery

1)進入專案資料夾下,

cd myDemo

2)安裝bootstrap,jquery

npm install --save jquery
npm install bootstrap  --save

3)在.angular-cli.json檔案中進行配置

1)在styles中新增
"./node_modules/bootstrap/dist/css/bootstrap.min.css"
2)在scripts中新增
"./node_modules/bootstrap/dita/js/bootstrap.min.js",
	"./node_modules/jquery/dist/js/jquery.js"

在這裡插入圖片描述