https://github.com/chanlito/untitled-nuxt
A template project for building SSR web applications.
https://github.com/chanlito/untitled-nuxt
apollo boilerplate graphql nuxt prisma typegraphql typescript vue
Last synced: 8 months ago
JSON representation
A template project for building SSR web applications.
- Host: GitHub
- URL: https://github.com/chanlito/untitled-nuxt
- Owner: chanlito
- Created: 2019-06-16T15:22:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:47:22.000Z (about 3 years ago)
- Last Synced: 2025-07-01T13:15:04.918Z (8 months ago)
- Topics: apollo, boilerplate, graphql, nuxt, prisma, typegraphql, typescript, vue
- Language: TypeScript
- Homepage:
- Size: 1.24 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Untitled
A template project for building SSR web applications.

## Featuring
### Frontend
- [Vue.js](https://vuejs.org/) (Nuxt SSR) 💚
- Vue Apollo
- State Management with [Apollo](https://www.apollographql.com/docs/link/links/state/)
- [Vuetify](https://next.vuetifyjs.com) 💄 & Material Design 2
- SASS (Dart-Sass)
### Backend
- [TypeGraphQL](https://typegraphql.ml) 💜
- Apollo + Express.js
- [Prisma](https://www.prisma.io/) **replaces traditional ORMs**
### Misc
- [Typescript](http://typescriptlang.org/) 💙
- Typescript ESLint
- GraphQL
- [GraphQL Code Generator](https://graphql-code-generator.com/)
- Prettier
## Setup
```bash
npm install
```
## Workflow
### Development
```bash
npm run dev
```
### Production
1. Run build first
```bash
npm run build
```
2. Serve
```bash
npm start
```
## LICENSE
MIT