https://github.com/yuta17/nuxt-typescript
Practice of Nuxt.js & TypeScript
https://github.com/yuta17/nuxt-typescript
Last synced: 17 days ago
JSON representation
Practice of Nuxt.js & TypeScript
- Host: GitHub
- URL: https://github.com/yuta17/nuxt-typescript
- Owner: yuta17
- Created: 2019-05-03T14:13:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T02:18:54.000Z (about 6 years ago)
- Last Synced: 2025-06-25T03:03:45.445Z (17 days ago)
- Language: Vue
- Homepage:
- Size: 423 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-ts-app-hassan
> sample
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).