https://github.com/fiveisprime/swa-vueapp
https://github.com/fiveisprime/swa-vueapp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiveisprime/swa-vueapp
- Owner: fiveisprime
- Created: 2023-05-23T17:42:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T17:42:54.000Z (about 3 years ago)
- Last Synced: 2025-02-04T13:44:12.603Z (over 1 year ago)
- Language: HTML
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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/).