e09129cab66924b00c2ea7c246a8c028d4a0af3f
- 添加角色服务依赖以获取用户组信息 - 将用户列表和角色信息改为流式加载 - 更新用户列表页面布局与样式 - 增加搜索框和用户组筛选下拉菜单 - 添加加载状态提示与错误处理显示 - 引入sass-embedded支持SCSS样式编写 - 调整表格列宽并增加响应式设计 - 添加面包屑导航与页面标题展示 - 新增添加用户按钮及操作下拉菜单 - 使用Icon组件替换原有图标实现方式
sv
Everything you need to build a Svelte project, powered by sv.
Creating a project
If you're seeing this, you've probably already done this step. Congrats!
# create a new project in the current directory
npx sv create
# create a new project in my-app
npx sv create my-app
Developing
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Building
To create a production version of your app:
npm run build
You can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.
Description
Languages
Svelte
63.6%
TypeScript
34.1%
JavaScript
1.7%
CSS
0.4%
HTML
0.2%