暂无描述

Vincent GUFFON 2f3683ecf9 Merge branch 'release/0.0.1' 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.