Skip to content

A sample app using bootstrap-vue and jwt as authentication (Tests included!).

Notifications You must be signed in to change notification settings

cloutzakis/boostrap-vue-jwt-sample

Repository files navigation

boostrap-vue-jwt-sample

CircleCI codecov

A sample app using bootstrap-vue and jwt as authentication (Tests included!).

A bootstrap-vue project for anyone that wants to jump start into building an app using jwt as authentication with localstorage.

The project includes 3 views (login, register, home).

After logging a token is return which is stored in localstorage (persistance) and added to the Authorization header of every outgoing request of axios.

The project uses a dummy endpoint which can be re-configured in the config files found in the /config folder.

As testing framework jest is used with coverage > 95%.

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

# run unit tests
npm run unit

# run all tests
npm test

Releases

No releases published

Packages

No packages published