https://github.com/johnlindquist/nuxt-typescript
https://github.com/johnlindquist/nuxt-typescript
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnlindquist/nuxt-typescript
- Owner: johnlindquist
- Created: 2017-04-26T18:15:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:38:49.000Z (over 3 years ago)
- Last Synced: 2025-02-14T09:54:23.257Z (over 1 year ago)
- Language: Vue
- Size: 669 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-typescript
> Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).