文件名称:my-react-template:我用于VS Code的简单React + TypeScript模板
文件大小:120KB
文件格式:ZIP
更新时间:2024-06-02 23:14:01
react template preact vscode react-template
我的React模板 我的简单React + TypeScript模板。 , 和是必需的。 $ yarn install $ code . & yarn start 如果您在cmd或powershell中运行, NODE_ENV 用于NODE_ENV 。 高级设置 带有transpileOnly选项也可以看看: { module: { rules: [ { test: /\.[tj]sx?$/, - loader: "ts-loader", + loader: "ts-loader?transpileOnly", exclude: /node_modules/, }, ], }, } { "scripts": { + "lint:type": "tsc -p . --
【文件预览】:
my-react-template-master
----.gitignore(18B)
----tsconfig.json(556B)
----README.md(17KB)
----.vscode()
--------extensions.json(225B)
--------settings.json(723B)
----LICENSE(1KB)
----.stylelintrc.js(414B)
----package.json(1KB)
----src()
--------index.tsx(131B)
--------declares.d.ts(0B)
--------index.ejs(308B)
--------style.css(212B)
----webpack.config.js(1KB)
----yarn.lock(267KB)
----.eslintrc.json(923B)