Skip to content

Repository files navigation

Sadmin - Svelte Admin UI Kit

Sadmin is an Administrator UI kit that utilizes the component function of svelte.
Features include built-in components for easy customization.

Documents

Open Documents

Installation

npx degit hada0127/sadmin

Setting Nginx

server {
  listen 80;
  root /usr/share/nginx/html;
  gzip on;
  gzip_types text/css application/javascript application/json image/svg+xml;
  gzip_comp_level 9;
  etag on;
  location / {
    try_files $uri $uri/ /index.html;
  }
}  

License

MIT License.

About

Svelte Admin UI Template

Topics

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from hada0127/svelte-web