Next generation frontend tooling. It's fast!
-
Updated
May 2, 2022 - TypeScript
{{ message }}
Next generation frontend tooling. It's fast!
A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!
京东风格的移动端 Vue2、Vue3 组件库 、支持多端小程序(A Vue.js UI Toolkit for Mobile Web)
Running vitest on any sample app from https://github.com/nestjs/nest/tree/master/sample won't run well with testing modules like this
const module: TestingModule = await Test.createTestingModule({
controllers: [CatsController],
providers: [
{
provide: CatsService,
useValue: {
create: vi.fn().mockResolvedVal
My portfolio website simulating macOS's GUI, developed with React and Tailwind CSS.
一个工作流平台
基于vue-cli5.x/vite2.x + vue3.x + ant-design-vue3.x + typescript hooks 的基础后台管理系统模板 RBAC的权限系统, JSON Schema动态表单,动态表格,漂亮锁屏界面
cool-admin(midway版)一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 3.x、typescript、typeorm、mysql、jwt、vue3、vite、element-ui等构建
vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具
An online avatar generator just for fun
when filling sizes and magnitudes I would like to navigate through them using tab and shift + tab. Today, when pressing these keys, the behavior is somewhat unexpected.
Project codes used in "The Docker Handbook"
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in React. Made by
Add a description, image, and links to the vite topic page so that developers can more easily learn about it.
To associate your repository with the vite topic, visit your repo's landing page and select "manage topics."
Apache 部署GVA
部署版本
GVA 2.4.0
具体配置
VirtualHost 配置中加入:
<Proxy /api> Order deny,allow Allow from all </Proxy> ProxyPass /api http://127.0.0.1:8888 ProxyPassReverse /api http://127.0.0.1:8888注意
Apache 需要开启
proxy_modulehttp://127.0.0.1:8888 为后端默认地址,如已更改记得替换