Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcmcgrath13/idyll-vue
scratch work on idyll/vue
https://github.com/mcmcgrath13/idyll-vue
Last synced: 11 days ago
JSON representation
scratch work on idyll/vue
- Host: GitHub
- URL: https://github.com/mcmcgrath13/idyll-vue
- Owner: mcmcgrath13
- Created: 2021-01-13T00:50:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-13T00:51:23.000Z (almost 4 years ago)
- Last Synced: 2024-10-15T07:35:32.552Z (about 1 month ago)
- Language: CSS
- Size: 547 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# idyll-scratch
Issue with reverse scroll:
![gif of scroll](idyll-scroll.gif)
css can be found in `src/assets/idyll.css`
## 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/).