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.
lefteris
6e65724cb6
|
3 years ago | |
---|---|---|
public | 4 years ago | |
src | 3 years ago | |
.gitignore | 4 years ago | |
Git scenario | 4 years ago | |
LICENSE | 4 years ago | |
README copy.md | 4 years ago | |
README.md | 3 years ago | |
babel.config.js | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago |
README.md
Single-page web app with the use of Vue-Router and much more
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