nodejs-template::four_leaf_clover:最小的Node.js模板(Flow,ESLint,Jest,Babel,Debugging)

时间:2021-01-31 03:20:06
【文件属性】:
文件名称:nodejs-template::four_leaf_clover:最小的Node.js模板(Flow,ESLint,Jest,Babel,Debugging)
文件大小:691KB
文件格式:ZIP
更新时间:2021-01-31 03:20:06
nodejs babel eslint jest vscode Node.js入门项目模板 如果您使用nodejs-template作为新Node.js项目的起点,您将获得: :white_heavy_check_mark: :white_heavy_check_mark: 使用检查(可选)。 :white_heavy_check_mark: 使用单元测试(可选)。 :white_heavy_check_mark: 基本配置 :white_heavy_check_mark: 基本的配置 :white_heavy_check_mark: 与一起很好地玩。 :white_heavy_check_mark: 有用的npm脚本。 :white_heavy_check_mark: 一个有用的README ,可以帮助您入门。 目录 入门 使用此模板很容易: $ git clone https://github.com/ChristianKienle/nodejs-template.git myproject $ rm -rf myproject/.git $ cd myproject $ npm install && npm
【文件预览】:
nodejs-template-master
----.jest.config.js(655B)
----.babelrc.js(993B)
----package.json(1KB)
----LICENSE(1KB)
----package-lock.json(304KB)
----src()
--------index.js(110B)
--------flow-typed()
--------.flowconfig(606B)
--------lib()
--------sample.test.js(196B)
----.eslintrc.js(2KB)
----.gitignore(2KB)
----README.md(9KB)
----.eslintignore(198B)
----templateDocs()
--------images()
----.vscode()
--------launch.json(1KB)
--------settings.json(715B)
--------tasks.json(234B)

网友评论