An open API service indexing awesome lists of open source software.

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.

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.