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
- Host: GitHub
- URL: https://github.com/antony/svelte-tree
- Owner: antony
- Created: 2017-10-12T11:42:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T12:38:27.000Z (over 7 years ago)
- Last Synced: 2025-02-28T18:47:24.861Z (4 months ago)
- Topics: svelte, svelte-components, tree, tree-structure
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`