Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 733 Bytes

README.md

File metadata and controls

46 lines (36 loc) · 733 Bytes

vegetatiemonitor2.0

This is the code of the front end of the vegetatiemonitor website.

Netlify Status

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Deploy

npm install
netlify link
npm run build
netlify install

Customize configuration

See Configuration Reference.