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.
- Host: GitHub
- URL: https://github.com/lindritkrasniqi/vue-express
- Owner: lindritkrasniqi
- Created: 2021-09-13T10:29:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T09:00:27.000Z (over 4 years ago)
- Last Synced: 2025-12-28T04:35:41.626Z (6 months ago)
- Topics: bootstrap5, javascript, jwt, vue, vue-router, vue3, vuex
- Language: Vue
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).