https://github.com/alexweininger/vue-basic-api
https://github.com/alexweininger/vue-basic-api
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexweininger/vue-basic-api
- Owner: alexweininger
- Created: 2021-11-09T23:42:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T23:43:34.000Z (about 4 years ago)
- Last Synced: 2024-10-18T06:16:21.698Z (about 1 year ago)
- Language: JavaScript
- Size: 319 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Basic
[Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/overview) allows you to easily build [Vue.js](https://vuejs.org/) apps in minutes. Use this repo with the [Vue quickstart](https://docs.microsoft.com/azure/static-web-apps/getting-started?tabs=vue) to build and customize a new static site.
## Project setup
```bash
npm install
```
### Compiles and hot-reloads for development
```bash
npm run serve
```
### Compiles and minifies for production
```bash
npm run build
```
### Lints and fixes files
```bash
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).