文件名称:tic-tac-toe:一个简单的井字游戏。 出于练习目的
文件大小:36KB
文件格式:ZIP
更新时间:2024-06-08 11:30:54
javascript css html sass eslint
井字游戏 一个简单的井字游戏。 专为实践概念而设计,例如: 面向对象的编程。 可观察的设计模式。 国家管理。 开始项目 在生产模式下 # Install the required dependencies $ yarn install # Build the project $ yarn build 在开发模式 # Install the required dependencies $ yarn install # Start the project $ yarn dev 工具 Sass :样式文件的模块化。 Webpack :管理多个JavaScript文件。 更漂亮:代码格式。 ESLint :代码一致性。 资源
【文件预览】:
tic-tac-toe-main
----.gitignore(2KB)
----README.md(1KB)
----public()
--------index.html(1KB)
----.prettierrc(78B)
----LICENSE(1KB)
----.eslintrc(164B)
----package.json(660B)
----src()
--------components()
--------library()
--------index.js(479B)
--------store()
--------style()
----webpack.config.js(262B)
----yarn.lock(52KB)