lefteris
4 years ago
1 changed files with 41 additions and 1 deletions
@ -1,3 +1,43 @@ |
|||
# VueProject |
|||
|
|||
A vuejs project in the process of learning the framework. |
|||
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: |
|||
Vuejs |
|||
CSS |
|||
SCSS |
|||
JavaScript |
|||
Socket.io |
|||
Vue Router |
|||
Vuex |
|||
BootstrapVue |
|||
Vuetable-2 |
|||
AXIOS |
|||
|
|||
## 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/). |
|||
|
Loading…
Reference in new issue