Nuxt7 Sample GoogleCalendar Application
- iOS style look and feel web application.
- Use Google Signin authentication.
- Calendar data works with Google Calendar.
- Register and delete the fixed schedule by tapping.
Before running, you need to go to Google Cloud Platform > "APIs & Services" > "Credentials" and create the Client ID and API Key. See the below. https://developers.google.com/google-apps/calendar/quickstart/js
After, set environment variables.
export GOOGLE_API_KEY=
export GOOGLE_CLIENT_ID=
export EVENT_DEFAULT_TITLE= // event title (registered as all-day-event).
Install dependencies
$ yarn install
Serve with hot reload at localhost:8080
$ yarn run dev
Build for production and launch server
$ yarn run build
$ yarn start
Generate static project
$ yarn run generate