An open API service indexing awesome lists of open source software.

https://github.com/lindritkrasniqi/vue-express

Front end template application build with Vue 3 and Bootstrap 5.
https://github.com/lindritkrasniqi/vue-express

bootstrap5 javascript jwt vue vue-router vue3 vuex

Last synced: 3 months ago
JSON representation

Front end template application build with Vue 3 and Bootstrap 5.

Awesome Lists containing this project

README

          

# Vue 3 with Bootstrap 5

## About this repository

This repository provides a simple authentication UI build on Vue 3 with Bootstrap 5. You can fork this repository for your frontend application and olso if you are familiar with ExpressJS and Mongoose, you can even use backend repository on link below.

- ExpressJS with Mongoose API's [repository](http://github.com/lindritkrasniqi/express).

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).