Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mudmykola/yakovenko-landing
Yakovenko Landing
https://github.com/mudmykola/yakovenko-landing
api axios pinia tailw vue
Last synced: 11 days ago
JSON representation
Yakovenko Landing
- Host: GitHub
- URL: https://github.com/mudmykola/yakovenko-landing
- Owner: mudmykola
- Created: 2024-01-01T14:27:46.000Z (almost 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-18T09:20:30.000Z (11 months ago)
- Last Synced: 2024-02-18T10:27:04.973Z (11 months ago)
- Topics: api, axios, pinia, tailw, vue
- Language: Vue
- Homepage:
- Size: 380 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yakovenko-landing
## 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
```