Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iwatakeshi/vue-vanta
A vanta.js component for Vue.
https://github.com/iwatakeshi/vue-vanta
Last synced: 6 days ago
JSON representation
A vanta.js component for Vue.
- Host: GitHub
- URL: https://github.com/iwatakeshi/vue-vanta
- Owner: iwatakeshi
- License: mit
- Created: 2019-07-14T02:38:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:19:35.000Z (about 2 years ago)
- Last Synced: 2024-03-18T01:11:06.685Z (10 months ago)
- Language: Vue
- Size: 4.12 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-vanta
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).