KO
|
EN
gitlite — search
Search
#nodejs
#android
#library
#python
#cpp
#java
#theme
#csharp
#php
#golang
#javascript
#react
svelte-admin
★ 29
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
bwpot
:
高対話型ハニーポット
Tutorials
:
Hier wird der Sourcecode zu meinen Tutorials auf YouTube veröffentlicht.
frameworkless-spa
:
A frameworkless single page application boilerplate.
java-racingcar-precourse
:
자동차 경주 게임 미션을 위한 저장소
ghidra-docker
:
Docker/k8s-friendly Ghidra server
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
svelte-admin
?
Download (.md)
# svelte-admin An experiment (for now) to build an equivalent of [react-admin](https://marmelab.com/react-admin) for svelte. The current version is deployed automatically via Vercel at this address: [https://svelte-admin-seven.vercel.app/](https://svelte-admin-seven.vercel.app/) This is currently a single repository with a single application, not a library. ## Roadmap - [ ] Have the basic core features implemented - [ ] Refactor as a monorepo with multiple libraries and an example application ## Contribute You can look for issues labelled with _Help Wanted_ if you want to contribute. Simply clone the repository and install the dependencies with `yarn` (for now). Run `yarn dev` to start the example app. Run `yarn build` to ensure everything compiles. Run `yarn build && yarn preview` to compile and play with the production application.