Nincs leírás

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

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.