환경설치 (1주차-2019-01-02)
- nodejs설치
https://nodejs.org/ko/download/
크롬 툴즈 : vue devtools
- vue cli 설치
npm install vue-cli -global
3.커맨드창에서
-vue create f-blog-front
-vetur vscode에서 설치 scf
-일단 todo리스트 부터 만들어보자
-https://github.com/hangdonchoi/vue-todo.git
3v2. nuxt 프로젝트 구성해보기
-
npm install -g npx ( npx 에 대한 설명 : https://steemit.com/kr/@shimdh/npx
-
npx create-nuxt-app myfirstblog
-
npm run dev로 실행
-
about-index.vue / admin-index.vue / posts-index.vue 를 생성 posts_id 생성
-
웹폰트추가해보기 (nuxt.config.js)
-
default.vue 에 style 적용하기
-
index.vue 작성하기
-
index.vue 에 있던 중복을 components 의 Posts 에 새로 생성해보기
-
index.vue 에 백그라운드 이미지 생성해보기 (assets /images/ background-image추가)
-
Navigation 추가하기