Skip to content

《실전! 스프링 5와 Vue.js 2로 시작하는 모던 웹 애플리케이션 개발》 예제 코드

License

Notifications You must be signed in to change notification settings

blessing333/spring-vuejs

 
 

Repository files navigation

Building applications with Spring 5 and Vue.js 2

Building applications with Spring 5.0 and Vue.js 2.0

This is the code repository for Building applications with Spring 5.0 and Vue.js 2.0, published by Packt.

Build a modern, full-stack web application using Spring Boot and Vuex

What is this book about?

Apart from knowing how to write front-end and server-end code, a full-stack engineer has to tackle all the problems that are encountered in the application development lifecycle, starting from a simple idea to UI design, technical design, and all the way to implementing, testing, production deployment and monitoring. This book covers the full set of technologies that you need to know to become a full-stack web developer with Spring and Vue.js. You will learn not only how to do it but also the key design patterns and best practices that underpin professional full-stack web development.

This book covers the following exciting features:

  • Learn to analyze requirements and design data models
  • Understand how to design and create RESTful APIs
  • Learn to implement a scalable front end with Vue.js family
  • Discover how to implement the server-end with domain-driven design in mind
  • Write end-to-end automation test code and unit test code

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

spring.rabbitmq.host=${TASK_AGILE_MQ_HOST}
spring.rabbitmq.port=${TASK_AGILE_MQ_PORT}
spring.rabbitmq.username=${TASK_AGILE_MQ_USERNAME}
spring.rabbitmq.password=${TASK_AGILE_MQ_PASSWORD}

Following is what you need for this book: Building Applications with Spring 5.0 and Vue.js 2.0 is for you if you are developer who is new to Vue.js or Spring. It is assumed that you have some knowledge of HTML, CSS, and Java.

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

Sr. No Software required OS required
1 Chrome/Firefox Browser Windows, Mac OS X
2 VS Code Windows, Mac OS X
3 MySQL Community Server 5.7+ Windows, Mac OS X
4 Java 8 Windows, Mac OS X
5 RabbitMQ 3.x Windows, Mac OS X
6 Maven 3+ Windows, Mac OS X
7 Jenkins 2 macOS / Windows / Linux
8 Docker macOS / Windows / Linux
9 GraphicMagicks macOS / Windows / Linux
10 Node.js macOS / Windows / Linux

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

James J Ye is an experienced software engineer and architect with a particular interest in full-stack engineering. James works at 6Connex Inc. as VP of Engineering. He manages the offshore engineering team in Suzhou, China. The team is responsible for all the engineering of the Virtual Experience SaaS platform. He has been using Spring since version 2.5.x and Vue.js since version 1.0. He also likes Angular, React, TypeScript, and Python.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

《실전! 스프링 5와 Vue.js 2로 시작하는 모던 웹 애플리케이션 개발》 예제 코드

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.9%
  • Java 36.8%
  • Vue 7.6%
  • Other 1.7%