https://github.com/clickermonkey/full-stack-typescript-vue-template
A template project for a full-stack Typescript application which uses Vue for the front-end.
https://github.com/clickermonkey/full-stack-typescript-vue-template
Last synced: 22 days ago
JSON representation
A template project for a full-stack Typescript application which uses Vue for the front-end.
- Host: GitHub
- URL: https://github.com/clickermonkey/full-stack-typescript-vue-template
- Owner: ClickerMonkey
- Created: 2020-08-02T05:18:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:42:48.000Z (about 3 years ago)
- Last Synced: 2025-04-08T03:39:40.360Z (10 months ago)
- Language: TypeScript
- Size: 706 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack Typescript Vue Template
This project uses Lerna to manage 3 sub-projects:
- `common`: Typescript shared by server and client.
- `server`: Typescript & Express server.
- `client`: Typescript & Vue front-end.