Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonseydel/test
https://github.com/brandonseydel/test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandonseydel/test
- Owner: brandonseydel
- Created: 2024-12-05T21:57:17.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-05T21:57:21.000Z (about 1 month ago)
- Last Synced: 2024-12-06T05:17:12.637Z (about 1 month ago)
- Language: HTML
- Size: 246 KB
- Stars: 0
- Watchers: 1
- 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/).