un truc pour osm
Go to file
tykayn 2f818d63d1 feat(search): multi find data 2020-12-19 18:18:48 +01:00
.github hop 2020-12-16 13:56:07 +01:00
assets hop 2020-12-16 13:56:07 +01:00
components feat(search): multi find data 2020-12-19 18:18:48 +01:00
config add other langs files BZ OC 👽 2020-12-17 12:06:47 +01:00
layouts feat(search): search addok link ok 2020-12-17 22:14:19 +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 feat(search): search addok link ok 2020-12-17 22:14:19 +01:00
plugins hop 2020-12-16 13:56:07 +01:00
static hop 2020-12-16 13:56:07 +01:00
store feat(form): add store vuex 2020-12-17 12:09: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 hop 2020-12-16 13:56:07 +01:00
stylelint.config.js hop 2020-12-16 13:56:07 +01:00
tsconfig.json feat(search): search addok link ok 2020-12-17 22:14:19 +01:00
yarn.lock hop 2020-12-16 13:56:07 +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.