본문 바로가기
Dev

vue.js

by lumination 2024. 5. 27.

npm install -g @ vue/cli

 

vue create test

> default (babel, eslint)

> {enter}

src/assets
src/components
App.vue
main.js
.gitignore
babel.config.js
package.json

 

npm run serve

http://localhost:8080

 

 

components/layout/Header.vue 생성

 

#부트스트랩 설치

http://bootstrap-vue.org

npm install vue bootstrap-vue bootstrap

 

 

 

 

 

'Dev' 카테고리의 다른 글

vue.js state machine  (0) 2024.07.09
flask  (0) 2024.04.12
파이썬 flask - redis - celery 구조  (0) 2024.03.14
APM, JAVA Agent  (0) 2024.03.06