un truc pour osm
Go to file
Tykayn 35fee566d9 iterate hours 2021-01-22 13:45:28 +01:00
.github hop 2020-12-16 13:56:07 +01:00
assets hop 2020-12-16 13:56:07 +01:00
components feat(store): complete store data 2021-01-21 12:34:21 +01:00
config add other langs files BZ OC 👽 2020-12-17 12:06:47 +01:00
layouts feat(form): add store vuex 2020-12-17 12:09:28 +01:00
middleware hop 2020-12-16 13:56:07 +01:00
mocks feat(search): also on osm api 2020-12-19 00:05:38 +01:00
pages iterate hours 2021-01-22 13:45:28 +01:00
plugins hop 2020-12-16 13:56:07 +01:00
src/store iterate hours 2021-01-22 13:45:28 +01:00
static hop 2020-12-16 13:56:07 +01:00
store iterate hours 2021-01-22 13:45:28 +01:00
test hop 2020-12-16 13:56:07 +01:00
.babelrc hop 2020-12-16 13:56:07 +01:00
.editorconfig hop 2020-12-16 13:56:07 +01:00
.eslintrc.js hop 2020-12-16 13:56:07 +01:00
.gitignore hop 2020-12-16 13:56:07 +01:00
.prettierrc hop 2020-12-16 13:56:07 +01:00
LICENSE hop 2020-12-16 13:56:07 +01:00
README.md hop 2020-12-16 13:56:07 +01:00
commitlint.config.js hop 2020-12-16 13:56:07 +01:00
jest.config.js hop 2020-12-16 13:56:07 +01:00
nuxt.config.js hop 2020-12-16 13:56:07 +01:00
package.json iterate hours 2021-01-22 13:45:28 +01:00
stylelint.config.js hop 2020-12-16 13:56:07 +01:00
tsconfig.json feat(form): add store vuex 2020-12-17 12:09:28 +01:00
yarn.lock feat(store): add vuex store 2021-01-15 15:38:10 +01:00

README.md

nuxt-demo

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.