Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuta17/nuxt-typescript
Practice of Nuxt.js & TypeScript
https://github.com/yuta17/nuxt-typescript
Last synced: 22 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T02:18:54.000Z (over 5 years ago)
- Last Synced: 2025-01-05T04:53:26.538Z (28 days ago)
- Language: Vue
- Homepage:
- Size: 423 KB
- Stars: 0
- Watchers: 3
- 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).