https://github.com/s-rb/simple-social-network
JAVA restful springboot app and vue js
https://github.com/s-rb/simple-social-network
Last synced: 3 months ago
JSON representation
JAVA restful springboot app and vue js
- Host: GitHub
- URL: https://github.com/s-rb/simple-social-network
- Owner: s-rb
- Created: 2020-09-03T02:49:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T15:04:07.000Z (over 1 year ago)
- Last Synced: 2025-02-15T14:50:24.092Z (5 months ago)
- Language: Java
- Size: 294 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple social network
               
### Install Yarn (Ubuntu):
```
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.listsudo apt update && sudo apt install yarn
```
Then, check:
`yarn --version`At the root - init:
`yarn init`Some dependencies:
`yarn add vue vue-resource`More dependencies:
` yarn add -D webpack webpack-cli webpack-dev-server babel-loader @babel/core @babel/preset-env vue-loader vue-template-compiler`
StompJs + client install:
`yarn add sockjs-client @stomp/stompjs`For Vuetify deps:
`yarn add -D vue-style-loader css-loader`
`yarn add vuetify``yarn add vuex`
`yarn add @babel/polyfill`
`yarn add vue-router`
`yarn add vue-youtube-embed`