/az-static-webapp-api-demo

Azure Static Web App + Azure Functions for backend API

Primary LanguageHTML

Azure Static Web Apps (Vue.js) + Azure Functions as API

Azure Static Web Apps allows you to easily build Vue.js apps in minutes. Use this repo with the Vue quickstart to build and customize a new static site. See also guide for Azure Functions-powered API.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run SWA locally

swa start dist --api-location api

Customize configuration

See Configuration Reference.