Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hendrapaiton/ares
Svelte Bulma Line-Awesome
https://github.com/hendrapaiton/ares
bulma line-awesome svelte
Last synced: 6 days ago
JSON representation
Svelte Bulma Line-Awesome
- Host: GitHub
- URL: https://github.com/hendrapaiton/ares
- Owner: hendrapaiton
- License: mit
- Created: 2020-02-03T13:02:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T06:38:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T07:56:47.980Z (over 1 year ago)
- Topics: bulma, line-awesome, svelte
- Language: Svelte
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ARES DASHBOARD
Simple Svelte Bulma Line-Awesome Dashboard Template## Install packages
```
npm install
```## Build global css
```
npm run css
```## Build svelte apps and livereload
```
npm run dev
```## Build svelte apps for production
```
npm run build
```