project-config:项目初始化配置

时间:2024-04-14 05:43:53
【文件属性】:

文件名称:project-config:项目初始化配置

文件大小:451KB

文件格式:ZIP

更新时间:2024-04-14 05:43:53

JavaScript

dva配置 安装dva 1,全局安装dva-cli: npm install dva - cli - g 2,初始化dva项目: 安装方式一:dva new myapp。 安装方式二:在创建好的项目文件夹中运行dva init。 配置打字稿 配置tsconfig.json 1,文件具体配置如下: { " compilerOptions " : { " target " : " es5 " , " module " : " commonjs " , " lib " : [ " es6 " , " es2016 " , " es2017 " , " es2018 " , " esnext " , " dom " ], " allowJs " : true , " skipLibCheck " : true , " jsx " : "


【文件预览】:
project-config-master
----.eslintrc(6KB)
----public()
--------index.html(299B)
----.webpackrc(4B)
----webpack.config.js(7KB)
----src()
--------services()
--------index.less(49B)
--------utils()
--------models()
--------index.ejs(2KB)
--------index.ts(289B)
--------router.tsx(426B)
--------components()
--------assets()
--------routes()
----.roadhogrc.mock.js(21B)
----tsconfig.json(5KB)
----build()
--------index.html(1KB)
--------bundle.js(282KB)
----build-vpc.js(5KB)
----README.md(10KB)
----typings()
--------globals()
--------index.d.ts(2KB)
----mock()
--------mock.js(0B)
--------.gitkeep(0B)
----.editorconfig(245B)
----.gitignore(169B)
----.gitlab-ci.yml(595B)
----package-lock.json(878KB)
----package.json(2KB)

网友评论