No Description

Vincent GUFFON 2f3683ecf9 Merge branch 'release/0.0.1' 5 years ago
assets b9a8ff33d0 Initial commit 5 years ago
components c163521422 vuex-orm poc init 5 years ago
data c163521422 vuex-orm poc init 5 years ago
layouts c163521422 vuex-orm poc init 5 years ago
middleware b9a8ff33d0 Initial commit 5 years ago
models c163521422 vuex-orm poc init 5 years ago
pages c163521422 vuex-orm poc init 5 years ago
plugins c163521422 vuex-orm poc init 5 years ago
services c163521422 vuex-orm poc init 5 years ago
store c163521422 vuex-orm poc init 5 years ago
test b9a8ff33d0 Initial commit 5 years ago
types c163521422 vuex-orm poc init 5 years ago
.babelrc b9a8ff33d0 Initial commit 5 years ago
.editorconfig b9a8ff33d0 Initial commit 5 years ago
.eslintrc.js c163521422 vuex-orm poc init 5 years ago
.gitignore b9a8ff33d0 Initial commit 5 years ago
README.md b9a8ff33d0 Initial commit 5 years ago
jest.config.js c163521422 vuex-orm poc init 5 years ago
nuxt.config.js c163521422 vuex-orm poc init 5 years ago
package.json c163521422 vuex-orm poc init 5 years ago
tsconfig.json c163521422 vuex-orm poc init 5 years ago
yarn.lock c163521422 vuex-orm poc init 5 years ago

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.