https://github.com/samuraikun/kanban-app-for-techbookfest7
技術書典7で題材となるアプリケーション
https://github.com/samuraikun/kanban-app-for-techbookfest7
amplify appsync graphql nuxt vue
Last synced: 7 months ago
JSON representation
技術書典7で題材となるアプリケーション
- Host: GitHub
- URL: https://github.com/samuraikun/kanban-app-for-techbookfest7
- Owner: samuraikun
- Created: 2019-09-02T08:42:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:04:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T12:12:59.040Z (9 months ago)
- Topics: amplify, appsync, graphql, nuxt, vue
- Language: JavaScript
- Homepage:
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kanban-app-for-techbookfest7
> My solid Nuxt.js project
## 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).