https://github.com/texmeijin/nuxtamplifyexperimental
https://github.com/texmeijin/nuxtamplifyexperimental
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/texmeijin/nuxtamplifyexperimental
- Owner: TeXmeijin
- Created: 2021-01-02T09:40:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-02T09:46:45.000Z (over 4 years ago)
- Last Synced: 2025-01-23T03:46:12.406Z (4 months ago)
- Language: TypeScript
- Size: 252 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-amplify
## CAUTION
TypeScriptのType Errorで動作しません。調査中。
## 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).