Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avcat/accesa-weather
https://github.com/avcat/accesa-weather
vite vue weather-api
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avcat/accesa-weather
- Owner: avcat
- Created: 2023-04-03T20:24:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T19:47:49.000Z (2 months ago)
- Last Synced: 2024-11-16T03:21:50.718Z (about 2 months ago)
- Topics: vite, vue, weather-api
- Language: Vue
- Homepage: https://avcat.github.io/accesa-weather/
- Size: 17.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# accesa-weather
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```