tunnelbanejakten / tunnelbanejakten-web-app

0 stars 0 forks source link

tunnelbanejakten-web-app

For a guide and recipes on how to configure/customize this project, check out the vue-cli documentation.

Installed CLI Plugins:

Essential Links:

Ecosystem:

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Test prodution build locally

yarn build
npm install -g serve
serve -s dist

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Analytics

User events can be collected and analyzed using Amplitude.

Enable Amplitude tracking by putting your Amplitude API key into the VUE_APP_AMPLITUDE_APIKEY property ofin the appropriate .env file(s).