文件名称:react-typescript-antd-admin:基于typescript和antd的企业后台管理系统
文件大小:131KB
文件格式:ZIP
更新时间:2024-05-20 11:19:52
react typescript mobx reactjs react-router-v4
资料夹结构 创建后,您的项目应如下所示: my-app/ README.md node_modules/ package.json public/ index.html favicon.ico src/ component page routers store util index.scss index.tsx 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 npm test 在交互式监视模式下启动测试运行器。 有关更多信息,请参见关于的部分。 npm run build 构建生产到应用程序build文件夹。 它在生产模式下正确捆绑了React,并优化了构建以获得最佳性
【文件预览】:
react-typescript-antd-admin-master
----.gitignore(285B)
----package.json(3KB)
----tslint.json(416B)
----src()
--------component()
--------registerServiceWorker.ts(4KB)
--------util()
--------page()
--------routers()
--------index.scss(63B)
--------store()
--------index.tsx(1001B)
----public()
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(317B)
----tsconfig.json(723B)
----scripts()
--------build.js(5KB)
--------test.js(811B)
--------start.js(3KB)
----README.md(1KB)
----config()
--------polyfills.js(856B)
--------jest()
--------loaders.js(6KB)
--------webpack.config.dev.js(9KB)
--------webpackDevServer.config.js(5KB)
--------webpack.config.prod.js(12KB)
--------paths.js(2KB)
--------env.js(3KB)
----config-overrides.js(69B)
----tsconfig.test.json(87B)
----images.d.ts(69B)
----yarn.lock(303KB)