All Projects → elibolonur → ts-express-vue3

elibolonur / ts-express-vue3

Licence: other
Boilerplate for Express + Vue 3 with Typescript and Composition API

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to ts-express-vue3

vue3-realworld-example-app
Explore the charm of Vue composition API! Vite?
Stars: ✭ 364 (+2326.67%)
Mutual labels:  composition-api
veact
Mutable state enhancer library for React based on @vuejs
Stars: ✭ 62 (+313.33%)
Mutual labels:  composition-api
v-intl
Add i18n to your awesome Vue 3 app 🔉
Stars: ✭ 13 (-13.33%)
Mutual labels:  composition-api
2019-ncov-vue3-version
新型冠状病毒实时疫情 Vue-Compostion-Api版本 (Vue3 + TypeScript)
Stars: ✭ 55 (+266.67%)
Mutual labels:  composition-api
vue2-helpers
🔧 A util package to use Vue 2 with Composition API easily
Stars: ✭ 64 (+326.67%)
Mutual labels:  composition-api
vesselize
⛵ A JavaScript IoC container that works seamlessly with Vue.js and React.
Stars: ✭ 22 (+46.67%)
Mutual labels:  composition-api
vue3-demo
💡 vue3新特性示例: 响应式API、组合式API、TodoMVC
Stars: ✭ 114 (+660%)
Mutual labels:  composition-api
nuxt-realworld
🛠 Built a Example App of RealWorld with Nuxt & Composition API ⚗️
Stars: ✭ 127 (+746.67%)
Mutual labels:  composition-api
ts-express-vuejs
Boilerplate for Express + Vue.JS with Typescript
Stars: ✭ 29 (+93.33%)
Mutual labels:  express-vuejs-webpack
vue-next-rx
RxJS integration for Vue next
Stars: ✭ 31 (+106.67%)
Mutual labels:  composition-api
vuex-hooks
Typescript enabled vuex composition-api hooks
Stars: ✭ 12 (-20%)
Mutual labels:  composition-api
vuse-rx
Vue 3 + rxjs = ❤
Stars: ✭ 52 (+246.67%)
Mutual labels:  composition-api
vuelve
A declarative syntax for the Composition API in Vue 3.
Stars: ✭ 38 (+153.33%)
Mutual labels:  composition-api
Vue3 News
🔥 Find the latest breaking Vue3、Vue CLI 3+ & Vite News. (2021)
Stars: ✭ 2,416 (+16006.67%)
Mutual labels:  composition-api
assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (+580%)
Mutual labels:  composition-api
webneko-blog
✍️ Technical Blog written by @jiyuujin
Stars: ✭ 14 (-6.67%)
Mutual labels:  composition-api
vuex-composition-api
www.npmjs.com/package/vuex-composition-api
Stars: ✭ 23 (+53.33%)
Mutual labels:  composition-api
vue3-form-validation
Vue Composition Function for Form Validation
Stars: ✭ 18 (+20%)
Mutual labels:  composition-api
vue-unstated
A tiny state management library for Vue Composition API.
Stars: ✭ 30 (+100%)
Mutual labels:  composition-api
vue-reuse
基于composition-api的hooks函数库
Stars: ✭ 28 (+86.67%)
Mutual labels:  composition-api

Typescript + Express + Vue 3 (Composition API)

Boilerplate for Express + Vue 3 with Typescript & Composition API

Inside components/ folder you will find 2 different examples; one for using frontend part with Composition API and one for using it with Options API

Feel free to send PR 🎉

npm run serve to run both client & server project concurrently

npm run build to build both client & server project to dist/

If you want to run server & client separately

npm run dev:client to run client project.

npm run dev:server to run server project.

npm run build:client to build client project.

npm run build:server to build server project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].