文件名称:task-manager-js:具有创建组、每个组的任务和每个标签的清单的能力的任务管理器应用程序。 用 JavaScript 构建
文件大小:1.83MB
文件格式:ZIP
更新时间:2024-06-20 03:09:32
JavaScript
任务管理器 Js - 前端 一种管理组任务的简单方法。 使用 JavaScript 构建 内置 HTML CSS 引导程序 JavaScript 现场演示 入门 要启动并运行本地副本,请遵循这些简单的示例步骤。 先决条件 Visual Studio Code 的 Live Server 插件 设置 1-克隆存储库 git clone https://github.com/elberthcorniell/task-manager-js.git 2- 在 VS Code 上打开文件夹。 cd task-manager-js code . 3- 右键单击 dist/index.html 文件,然后单击“使用 Live Server 打开” 4- 现在一切都应该运行了。 JavaScript 构建 在存储库文件夹中的终端上运行下一个: 对于开发构建:
【文件预览】:
task-manager-js-development
----.eslintrc.json(386B)
----.gitignore(12B)
----.babelrc(40B)
----package.json(775B)
----package-lock.json(259KB)
----src()
--------images()
--------js()
--------index.js(2KB)
--------style.css(715B)
----webpack.config.js(164B)
----dist()
--------main.js(6KB)
--------index.html(1KB)
----LICENSE(1KB)
----.github()
--------workflows()
--------capture.png(1.58MB)
----README.md(2KB)
----.gitattributes(66B)
----test()
--------tasks.test.js(766B)
--------home.test.js(769B)
--------utils.js(334B)
--------navbar.test.js(621B)
--------Task.test.js(2KB)
--------Group.test.js(2KB)
----.stylelintrc.json(325B)