Coder Social home page Coder Social logo

base's Introduction

  • OpenJDK 20
  • Spring Boot
  • Maria DB
  • Node.js
  • Vue.js 2
  • Bootstrap
  • Sass
  • Kubenetes
  • Description

    스프링부트 기반의 Base Framework

    1. springboot initializer : jdk 20, gradle, jar

    2. vue.js 설치 :

    • Vue CLI 3를 활용한 설치 (npm install -g @vue/cli, vue --version)
    • frontend 폴더에 vue2 환경으로 설치 (vue create frontend, cd frontend)
    • 실행 (npm run serve)
    1. spring boot와 vue.js 연동
    • 실 배포환경에선 연동을 통해 Vue.js의 빌드 결과물의 목적지를 Spring boot의 resources/static으로 맞추고, 실 서버는 Spring Boot 서버 하나만 두게 할 것
    • spring boot의 서버포트 변경 : application.properties의 server.port = 8081
    • vue.config.js의 proxy 설정 및 build target 설정
    1. vue router 설치:
    • npm install vue-router --save
    1. bootstrap vue 설치:
    • npm install vue bootstrap bootstrap-vue (OK!!)
    1. CSS lib 설치
    • SCSS 설치
    • npm install --save-dev node-sass sass-loader
    • vue-resizable 설치

    base's People

    Contributors

    mattjeon avatar

    Watchers

     avatar

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. 📊📈🎉

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google ❤️ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.