일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 서비스체인
- 블록체인
- 제어자
- javascript
- Solidity
- Geth
- nodejs
- 클레이튼
- 웹
- blockchain
- frontend
- Klaytn
- kas
- geth구현
- web3.js
- Web
- Klaytn API Service
- 앵커링
- 접근제어자
- 블록체인 구조와 이론
- 프론트엔드
- 솔리디티
- vue
- SCN
- API
- ethereum
- 이더리움
- web3
- 프레임워크
- vue.js
Archives
- Today
- Total
목록javascript (3)
BloCCat

1. components / layout / Header.vue 생성 2.bootstrap 사용 npm install vue bootstrap-vue bootstrap 3.main.js 수정 import Vue from 'vue' import App from './App.vue' import router from './router' import { BootstrapVue, IconsPlugin } from 'bootstrap-vue' // Import Bootstrap an BootstrapVue CSS files (order is important) import 'bootstrap/dist/css/bootstrap.css' import 'bootstrap-vue/dist/bootstrap-vue.css..
Study/Vue.js
2021. 8. 24. 22:25

1. vue cli 설치 npm install -g @vue/cli 2. project 구조 자동 설정 vue create 프로젝트명 -> default로 설치 3. vue-router 설치 npm install vue-router --save
Study/Vue.js
2021. 8. 24. 21:58