https://github.com/leadcodedev/nuxt-ts-app
Nuxt-ts-base is a boilerplate allowing the quick start of a project, it implements perfectly within nuxt, the superset typescript, the css tailwind framework and much more.
https://github.com/leadcodedev/nuxt-ts-app
Last synced: 4 months ago
JSON representation
Nuxt-ts-base is a boilerplate allowing the quick start of a project, it implements perfectly within nuxt, the superset typescript, the css tailwind framework and much more.
- Host: GitHub
- URL: https://github.com/leadcodedev/nuxt-ts-app
- Owner: LeadcodeDev
- License: mit
- Created: 2021-01-29T19:55:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-30T01:16:42.000Z (about 5 years ago)
- Last Synced: 2025-03-06T00:36:08.198Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 357 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-ts-app
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).