Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elibolonur/ts-express-vuejs
Boilerplate for Express + Vue.JS with Typescript
https://github.com/elibolonur/ts-express-vuejs
boilerplate express express-vuejs-webpack nodejs typescript vue
Last synced: 1 day ago
JSON representation
Boilerplate for Express + Vue.JS with Typescript
- Host: GitHub
- URL: https://github.com/elibolonur/ts-express-vuejs
- Owner: elibolonur
- Created: 2018-03-19T22:41:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T22:01:57.000Z (about 2 months ago)
- Last Synced: 2024-12-07T22:26:08.512Z (about 2 months ago)
- Topics: boilerplate, express, express-vuejs-webpack, nodejs, typescript, vue
- Language: Vue
- Homepage:
- Size: 1.12 MB
- Stars: 32
- Watchers: 5
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript + Express + Vuejs
Boilerplate for Express + Vue.JS with TypescriptIf you need a similar boilerplate for Vue 3, Typescript and Composition api [check it here](https://github.com/elibolonur/ts-express-vue3)
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.