Vue.js는 진행형 자바스크립트 프레임워크로, 주로 웹 애플리케이션의 사용자 인터페이스(UI)를 구축하는 데 사용됩니다.

Links

Name Link
Vue.js https://vuejs.org/
Vue Mastery https://www.vuemastery.com/
Vuex https://vuex.vuejs.org
Vue Router https://router.vuejs.org
Examples https://vuejs.org/examples/
Vue SFC Playground https://sfc.vuejs.org
CodeSandbox https://codesandbox.io
JSFiddle https://jsfiddle.net
Vue Play https://vue-play.js.org

Boilerplates

Name Link
Vue CLI https://github.com/vuejs/vue-cli
Vue 3 + Vite https://github.com/vitejs/vite/tree/main/packages/create-vite/template-vue
Nuxt.js https://github.com/nuxt/nuxt.js
Vuex + Vue Router + Vuetify https://github.com/vuejs/vuex https://github.com/vuejs/vue-router https://github.com/vuetifyjs/vuetify
Vue 3 + TypeScript Starter Template https://github.com/vuejs/vue-next-typescript
Quasar Framework https://github.com/quasarframework/quasar
Vue Enterprise Boilerplate https://github.com/chrisvfritz/vue-enterprise-boilerplate

Sample

Name Link
Vue.js Examples https://github.com/vuejs/examples
Vue Mastery - Vue 3 Examples https://github.com/kevinm1/vue-3-examples
HackerNews Vue.js Clone https://github.com/vuejs/vue-hackernews-2.0
Vue Storefront https://github.com/vuestorefront/vue-storefront
Nuxt.js Examples https://github.com/nuxt/examples
Vue 3 + TypeScript Example https://github.com/vuejs/vue-next-typescripte
Vue.js + Firebase Example https://github.com/vuejs/vuefire
Vue.js Vuex CRUD Example https://github.com/sandrinodimattia/vuex-crud
TodoMVC Vue.js Example https://github.com/tastejs/todomvc/tree/master/examples/vue
Vuetify Vue.js Example https://github.com/vuetifyjs/vuetify
Vue.js + GraphQL Example https://github.com/Akryum/vue-apollo
Vue 3 + Vite Template https://github.com/vitejs/vite

Springboot Sample

Name Link
Vue + Spring Boot Example https://github.com/spring-framework-samples/spring-boot-vuej
Vue.js + Spring Boot Todo App https://github.com/anishkny/vue-springboot-todo
Vue.js + Spring Boot Authentication https://github.com/jonashackt/spring-boot-vuejs
Spring Boot + Vue.js CRUD https://github.com/axetroy/vue-springboot-crud
Vue + Spring Boot eCommerce https://github.com/rammyblog/vue-springboot-ecommerce
Vue.js + Spring Boot + MySQL https://github.com/solanki1995/vue-springboot-mysql