Skip to content

kolabashpk/spring-vuejsxstarter

 
 

Repository files navigation

Spring Boot ➕ Vue.js ❌ Starter

alt text

🔭 Demo

alt text alt text alt text alt text

:octocat: 📂 Tech :

  • Spring Boot
  • Vue.js
  • Node.js
  • Maven
  • Bootstrap-Vue
  • Fontawesome-Vue
  • H2 Database
  • Java
  • Webpack

Before start

Project requires Node.js v4+ to run. Before you started using this project make sure you have installed this programs in your computer:

📂 Project

Project is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

spring-vuejsxstarter README
spring-vuejsxstarter /README.md
backend-spring backend-spring/README.md
frontend-vue frontend-vue/README.md

💻 Installation

💲 git clone https://github.com/tonikolaba/spring-vuejsxstarter.git

# open folder frontend-vue in CMD and install dependencies:
npm install
# serve with hot reload at localhost:4200 and let it run
npm run dev
#open Broweser
127.0.0.1:4200 or http://localhost:4200
# open main project in CMD and Install all dependeci in both projects:
mvn install
# runnig backend project and run:
mvn --projects backend spring-boot:run

Developer

Alt text

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.6%
  • Vue 23.9%
  • Java 12.7%
  • CSS 8.0%
  • Shell 2.0%
  • Batchfile 1.1%
  • HTML 0.7%