Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/vue-dotnet-swa-test
https://github.com/aaronpowell/vue-dotnet-swa-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronpowell/vue-dotnet-swa-test
- Owner: aaronpowell
- Created: 2021-06-03T01:46:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T08:48:54.000Z (over 3 years ago)
- Last Synced: 2024-11-17T19:45:49.799Z (about 2 months ago)
- Language: Shell
- Size: 58.6 KB
- Stars: 1
- Watchers: 4
- 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?WT.mc_id=javascript-0000-aapowell) 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&WT.mc_id=javascript-0000-aapowell) 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/).