Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asoutherncat/sparklence
Ultraman Tiga Sparklence
https://github.com/asoutherncat/sparklence
Last synced: about 7 hours ago
JSON representation
Ultraman Tiga Sparklence
- Host: GitHub
- URL: https://github.com/asoutherncat/sparklence
- Owner: ASouthernCat
- Created: 2024-02-29T11:50:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T02:58:30.000Z (8 months ago)
- Last Synced: 2024-04-05T02:02:40.859Z (8 months ago)
- Language: JavaScript
- Homepage: https://sparklence.4everland.app/
- Size: 4.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPARKLENCE
Ultraman Tiga Sparklence --- “神光棒-迪迦”![输入图片说明](sparklence.png)
## Project Setup```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).