A vuejs project in the process of learning the framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
814 B

4 years ago
# VueProject
4 years ago
Basically this is a project that i made during my process of learning the Vuejs framework. You can login with whatever credentials and check the functionality. Some socket services may not work because the back-end server is not online anymore. Anyway, this is a front-end project.
Some technologies that i used:
4 years ago
```
4 years ago
Vuejs
4 years ago
```
```
4 years ago
CSS
4 years ago
```
```
4 years ago
SCSS
4 years ago
```
```
4 years ago
JavaScript
4 years ago
```
```
4 years ago
Socket.io
4 years ago
```
```
4 years ago
Vue Router
4 years ago
```
```
4 years ago
Vuex
4 years ago
```
```
4 years ago
BootstrapVue
4 years ago
```
```
4 years ago
Vuetable-2
4 years ago
```
```
4 years ago
AXIOS
4 years ago
```
4 years ago
## 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/).