un truc pour osm
Go to file
Tykayn 3bd3883d2e get osm node data in object 2023-03-02 16:22:14 +01:00
.github hop 2020-12-16 13:56:07 +01:00
.yarn chore: up dependencies 2023-02-28 12:18:28 +01:00
assets hop 2020-12-16 13:56:07 +01:00
components feat:list json demo restos 2021-02-25 16:26:59 +01:00
config add other langs files BZ OC 👽 2020-12-17 12:06:47 +01:00
layouts feat:list json demo restos 2021-02-25 16:25:00 +01:00
middleware hop 2020-12-16 13:56:07 +01:00
mocks feat:list json demo restos 2021-02-25 16:25:00 +01:00
osm_my_commerce get osm node data in object 2023-03-02 16:22:14 +01:00
pages chore: cleanup 2023-03-02 09:53:23 +01:00
plugins hop 2020-12-16 13:56:07 +01:00
src/store feat:list json demo restos 2021-02-25 16:25:00 +01:00
static hop 2020-12-16 13:56:07 +01:00
store chore: cleanup 2023-03-02 09:53:23 +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 display list of fetched choices 2023-03-02 13:48:56 +01:00
.npmrc chore: cleanup 2023-03-02 09:53:23 +01:00
.prettierrc hop 2020-12-16 13:56:07 +01:00
.yarnrc.yml chore: up dependencies 2023-02-28 12:18:28 +01:00
LICENSE hop 2020-12-16 13:56:07 +01:00
README.md hop 2020-12-16 13:56:07 +01:00
app.vue chore: cleanup 2023-03-02 09:53:23 +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 feat:list json demo restos 2021-02-25 16:25:00 +01:00
nuxt.config.ts chore: cleanup 2023-03-02 09:53:23 +01:00
package.json feat:list json demo restos 2021-02-25 16:25:00 +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 chore: up dependencies 2023-02-28 12:18:28 +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.