strvert / nuxt-study

Vue.js & Nuxt.js & TypeScript のお勉強

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt_practice

Nuxtを用いたアプリケーション作成及び静的ページ生成の練習

Build Setup

# install dependencies
$ npm 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

About

Vue.js & Nuxt.js & TypeScript のお勉強


Languages

Language:Vue 78.0%Language:JavaScript 22.0%