Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elibolonur/ts-express-vue3
Boilerplate for Express + Vue 3 with Typescript and Composition API
https://github.com/elibolonur/ts-express-vue3
boilerplate composition-api express express-vuejs-webpack nodejs typescript vue
Last synced: 1 day ago
JSON representation
Boilerplate for Express + Vue 3 with Typescript and Composition API
- Host: GitHub
- URL: https://github.com/elibolonur/ts-express-vue3
- Owner: elibolonur
- Created: 2020-08-17T22:33:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T21:59:39.000Z (about 2 months ago)
- Last Synced: 2024-12-07T22:25:58.309Z (about 2 months ago)
- Topics: boilerplate, composition-api, express, express-vuejs-webpack, nodejs, typescript, vue
- Language: Vue
- Homepage:
- Size: 3.23 MB
- Stars: 29
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript + Express + Vue 3 (Composition API)
Boilerplate for Express + Vue 3 with Typescript & Composition APIInside `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 :tada:`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.