Aucune description

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

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.