An open API service indexing awesome lists of open source software.

https://github.com/bytrangle/vue-serverless


https://github.com/bytrangle/vue-serverless

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# serverless-with-composition-api
Use the Vue Composition API and serverless functions to create an event registration form

[![Netlify Status](https://api.netlify.com/api/v1/badges/be9e4c30-61a2-4c8f-b04c-6fe3848ae64b/deploy-status)](https://app.netlify.com/sites/spacejamconf/deploys)

You can also clone this repository and deploy it on your site with a single click of this button

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kenny-io/serverless-with-composition-api)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```