Find the optimal door in the Lille metro to board at to get out as soon as possible. https://lucidiot.tildepages.org/transporte/
This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Lucidiot 6b78c41c87
Update package-lock.json
2019-11-29 23:56:32 +01:00
public Move to vue-cli 2019-07-14 01:20:55 +02:00
src Lint auto-fixes 2019-11-20 22:11:59 +01:00
.browserslistrc Move to vue-cli 2019-07-14 01:20:55 +02:00
.editorconfig Move to vue-cli 2019-07-14 01:20:55 +02:00
.eslintrc.js Move to vue-cli 2019-07-14 01:20:55 +02:00
.gitignore Move to vue-cli 2019-07-14 01:20:55 +02:00
.gitlab-ci.yml Move to vue-cli 2019-07-14 01:20:55 +02:00
LICENSE Initial commit 2017-07-03 18:10:20 +02:00
README.md Move to vue-cli 2019-07-14 01:20:55 +02:00
babel.config.js Move to vue-cli 2019-07-14 01:20:55 +02:00
package-lock.json Update package-lock.json 2019-11-29 23:56:32 +01:00
package.json Merge remote-tracking branch 'github/dependabot/npm_and_yarn/vue/cli-plugin-eslint-4.1.1' 2019-11-29 23:53:11 +01:00
postcss.config.js Move to vue-cli 2019-07-14 01:20:55 +02:00
vue.config.js Linting 2019-10-10 17:40:01 +02:00

README.md

transporte

Trouver la porte la mieux appropriée dans le métro lillois pour sortir le plus vite possible.

Setup

npm install

Development

Dev server

npm run serve

Starts the Webpack dev server on localhost:5000.

Linting

This project uses ESLint with the Airbnb Base style.

npm run lint

Build for production

npm run build