https://github.com/aiogram/site_frontend
Frontend for aiogram.dev site
https://github.com/aiogram/site_frontend
Last synced: 3 months ago
JSON representation
Frontend for aiogram.dev site
- Host: GitHub
- URL: https://github.com/aiogram/site_frontend
- Owner: aiogram
- Created: 2019-12-07T16:54:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T01:56:17.000Z (about 1 year ago)
- Last Synced: 2024-10-29T23:59:56.995Z (7 months ago)
- Language: Vue
- Size: 293 KB
- Stars: 2
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aiogram_frontend
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).