# 설치환경
node
v10.13.0
npm
6.4.1
editor
VScode
1. 설치
- work path
C:\Users\choi\Desktop\nuxt
- npx create-nuxt-app <my-nuxt-app>
npx create-nuxt-app nuxt-app
- 설치한내용
? Project name nuxt-app
? Project description My fine Nuxt.js project
? Use a custom server framework express
? Choose features to install Axios
? Use a custom UI framework vuetify
? Use a custom test framework none
? Choose rendering mode Universal
? Author name DaeBeom Choi
? Choose a package manager npm
- 설치요약
express 설치는 서버환경만들어서 Authorization 인증으로 CRUD 테스트
axios 설치는 nuxt client 랑 express server 간에 편리한 통신
vuetify 설치는 디자인하기 싫어서... (잘 쓰겠습니다.)
'Frontend' 카테고리의 다른 글
transform hertz unit (0) | 2020.08.18 |
---|---|
아코디언 메뉴(업데이트 예정) (0) | 2019.04.12 |
[jQuery] 최상단, 최하단 바로가기 애니메이트 버튼 (0) | 2019.04.11 |
jQuery를 pure js, vue.js로 바꿔보자 (0) | 2019.02.25 |
뷰 설치 (0) | 2019.02.12 |