説明なし

Vincent GUFFON c163521422 vuex-orm poc init 5 年 前
assets b9a8ff33d0 Initial commit 5 年 前
components c163521422 vuex-orm poc init 5 年 前
data c163521422 vuex-orm poc init 5 年 前
layouts c163521422 vuex-orm poc init 5 年 前
middleware b9a8ff33d0 Initial commit 5 年 前
models c163521422 vuex-orm poc init 5 年 前
pages c163521422 vuex-orm poc init 5 年 前
plugins c163521422 vuex-orm poc init 5 年 前
services c163521422 vuex-orm poc init 5 年 前
store c163521422 vuex-orm poc init 5 年 前
test b9a8ff33d0 Initial commit 5 年 前
types c163521422 vuex-orm poc init 5 年 前
.babelrc b9a8ff33d0 Initial commit 5 年 前
.editorconfig b9a8ff33d0 Initial commit 5 年 前
.eslintrc.js c163521422 vuex-orm poc init 5 年 前
.gitignore b9a8ff33d0 Initial commit 5 年 前
README.md b9a8ff33d0 Initial commit 5 年 前
jest.config.js c163521422 vuex-orm poc init 5 年 前
nuxt.config.js c163521422 vuex-orm poc init 5 年 前
package.json c163521422 vuex-orm poc init 5 年 前
tsconfig.json c163521422 vuex-orm poc init 5 年 前
yarn.lock c163521422 vuex-orm poc init 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.