Angular:bootstrapãã¤ã³ã¹ãã¼ã«
Angular(ãã¼ã¸ã§ã³ï¼ä»¥é)ã®åå¼·ããã®ï¼ã§ã
bootstrapããããã¿ãã
çç±ã¯ããããã«å
ã«ãè§ã«ãããã¦ã¿ã¾ãã
èªåçã«åãã¦ããng serveã
ãcontrol + c ãã§ã¨ãã¦
npm install --save bootstrap
ã¨å
¥åãã¦ã¿ã
ã¤ã³ã¹ãã¼ã«ãå®äºããã£ã½ãã»ã»ã»
[email protected] /home/vagrant/angular/project âââ [email protected] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
ã¤ã³ã¹ãã¼ã«ãçµãã£ããè¨å®ãã¡ã¤ã«ã®
.angular-cli.jsonã®styleã«è¿½å ãã
"prefix": "app", "styles": [ "styles.css" ], â "prefix": "app", "styles": [ "../node_modules/bootstrap/dist/css/bootstrap.min.css", "styles.css" ],
ããã§bootstrapãèªã¿è¾¼ã¾ãã¾ãã
便å©ã ã
次ã¯ä»çµã¿ã«ã¤ãã¦ã§ã
masalib.hatenablog.com