Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 532 Bytes

README_ja-JP.md

File metadata and controls

25 lines (17 loc) · 532 Bytes

hello-nuxt

これは何?

Nuxt.js、Element-ui、axiosを使ったサンプルアプリケーションです。 デモ: https://aytdm.github.io/hello-nuxt

セットアップ方法

# install dependencies
$ npm install # Or yarn install

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

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

# generate static project
$ npm run generate

詳細な説明はNuxt.js docsを参照してください。