https://github.com/fox-one/nuxt_ts_template
https://github.com/fox-one/nuxt_ts_template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fox-one/nuxt_ts_template
- Owner: fox-one
- Created: 2019-10-12T08:29:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T03:25:28.000Z (about 2 years ago)
- Last Synced: 2024-11-16T20:15:26.726Z (over 1 year ago)
- Language: TypeScript
- Size: 2.99 MB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-ts-template
> My cat's meow Nuxt.js project
## 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, checkout [Nuxt.js docs](https://nuxtjs.org).