Skip to content

theddes/driebit-fe-revolution

Repository files navigation

Driebit Revolution

Development time: +/- 5 hours

Scaffolding was done by vue-CLI using the PWA template

Using runtime-only build of Vue

$ vue init pwa revolution

Additional packages added: vuex (state management), axios (http client)

Since we decided to use a non-public API I suggest using an extension to disable CORS.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# ------ I didn't have time to write tests :( ------

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, also checkout the guide and docs for vue-loader.

About

Frontend Sample SPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published