nuxt unist potal prototype

김보경 7ac422dd59 store 사용법 + 예외처리 axios.isAxiosError 사용법 + toasted 사용법 5 yıl önce
assets a5c0904ae9 페이지네비게이션 컴포넌트 추가 > 페이징 초기화 5 yıl önce
components e86e46db98 컴포넌트 props 속성 추가 5 yıl önce
helpers c8229e352c init 5 yıl önce
layouts c8229e352c init 5 yıl önce
middleware c8229e352c init 5 yıl önce
mixins c8229e352c init 5 yıl önce
pages 7ac422dd59 store 사용법 + 예외처리 axios.isAxiosError 사용법 + toasted 사용법 5 yıl önce
plugins a5c0904ae9 페이지네비게이션 컴포넌트 추가 > 페이징 초기화 5 yıl önce
server 504435063b 페이지네비게이션 컴포넌트 수정 5 yıl önce
static c8229e352c init 5 yıl önce
store 7ac422dd59 store 사용법 + 예외처리 axios.isAxiosError 사용법 + toasted 사용법 5 yıl önce
.gitignore c8229e352c init 5 yıl önce
README.md c8229e352c init 5 yıl önce
nuxt.config.js a5c0904ae9 페이지네비게이션 컴포넌트 추가 > 페이징 초기화 5 yıl önce
package-lock.json fb3fb49cb6 Editor View implementation > tibtab editor 익스텐션 버그 패치 5 yıl önce
package.json fb3fb49cb6 Editor View implementation > tibtab editor 익스텐션 버그 패치 5 yıl önce

README.md

nuxt-promo-template

My super Nuxt.js project

Build Setup

# install dependencies
$ npm run install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout Nuxt.js docs.