nuxt unist potal prototype

김보경 14f290a2f2 robot.txt + 파비콘 적용 (https://favicon.io/) il y a 5 ans
assets 78dad47c9c 반응형 헤더 적용 > 미디어 쿼리 il y a 5 ans
components f12403d060 nuxtjs styleResources 적용 > nuxt.config + @nuxtjs/style-resources il y a 5 ans
helpers c8229e352c init il y a 5 ans
layouts c8229e352c init il y a 5 ans
middleware c8229e352c init il y a 5 ans
mixins c8229e352c init il y a 5 ans
pages 96a151a8d6 seo 최적화 > 페이지별로 다른 seo 적용 il y a 5 ans
plugins c80ed2c33f v-tooltip 플러그인 + tooltip 컴포넌트 + nuxt.config > 툽팁 사용예 il y a 5 ans
server 504435063b 페이지네비게이션 컴포넌트 수정 il y a 5 ans
static 14f290a2f2 robot.txt + 파비콘 적용 (https://favicon.io/) il y a 5 ans
store 16c89db6a4 nuxt-link 사용법 + tiptap editor onupdate 메서드 사용법 + v-html 사용법 il y a 5 ans
.gitignore c8229e352c init il y a 5 ans
README.md c8229e352c init il y a 5 ans
nuxt.config.js c5c754ebe8 seo 적용 > og(Open Graph protocol 적용) il y a 5 ans
package-lock.json f12403d060 nuxtjs styleResources 적용 > nuxt.config + @nuxtjs/style-resources il y a 5 ans
package.json c5c754ebe8 seo 적용 > og(Open Graph protocol 적용) il y a 5 ans

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.