An open API service indexing awesome lists of open source software.

https://github.com/antony/svelte-tree

A collapsible tree with context menus (aimara) modernised and built in svelte
https://github.com/antony/svelte-tree

svelte svelte-components tree tree-structure

Last synced: 3 months ago
JSON representation

A collapsible tree with context menus (aimara) modernised and built in svelte

Awesome Lists containing this project

README

        

# Svelte seed

A ready to go, live-reloading seed project for svelte.

## How to run

`npm install && npm run watch`

## Developing

Edit the `component.html` file and run `npm run watch`

## Building for production

Run:

`npm run build`

and your built asset will exist in `/dist/bundle-.min.js`
a packaged version will exist in `/dist/package.zip`