説明なし

Vincent GUFFON b9a8ff33d0 Initial commit 5 年 前
assets b9a8ff33d0 Initial commit 5 年 前
components b9a8ff33d0 Initial commit 5 年 前
layouts b9a8ff33d0 Initial commit 5 年 前
middleware b9a8ff33d0 Initial commit 5 年 前
pages b9a8ff33d0 Initial commit 5 年 前
plugins b9a8ff33d0 Initial commit 5 年 前
static b9a8ff33d0 Initial commit 5 年 前
store b9a8ff33d0 Initial commit 5 年 前
test b9a8ff33d0 Initial commit 5 年 前
.babelrc b9a8ff33d0 Initial commit 5 年 前
.editorconfig b9a8ff33d0 Initial commit 5 年 前
.gitignore b9a8ff33d0 Initial commit 5 年 前
README.md b9a8ff33d0 Initial commit 5 年 前
jest.config.js b9a8ff33d0 Initial commit 5 年 前
nuxt.config.js b9a8ff33d0 Initial commit 5 年 前
package.json b9a8ff33d0 Initial commit 5 年 前
yarn.lock b9a8ff33d0 Initial commit 5 年 前

README.md

admin

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

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