文件名称:we-tasks:简单的React + Redux待办事项清单
文件大小:233KB
文件格式:ZIP
更新时间:2024-06-05 12:10:53
JavaScript
我们的任务-一个简单的清单 演示 使用的技术: React Redux SASS转CSS ES6 / 7 for JS Webpack构建模块。 NPM的任务。 环境 开发人员 该应用程序需要运行 v4 +。 安装依赖项和devDepencias并启动服务器 $ cd we-tasks $ npm install $ npm start - para ficar observando e levantar um servidor na porta 8001 $ npm run test - executar testes $ npm run lint - executar eslint sobre o diretório ./src 产品 $ npm run build = gerar um diretorio " dist " para produção $ npm run
【文件预览】:
we-tasks-master
----.gitignore(55B)
----.babelrc(232B)
----.env.example(0B)
----package.json(2KB)
----package-lock.json(658KB)
----src()
--------app()
--------mockData.js(616B)
--------assets()
--------index.js(460B)
--------containers()
--------index.html(98B)
--------store()
----postcss.config.js(87B)
----jest.config.js(138B)
----webpack.config.babel.js(404B)
----dist()
--------bundle.css(5KB)
--------index.html(158B)
--------img()
--------bundle.js(233KB)
----.stylelintrc.js(104B)
----__tests__()
--------boardActions.spec.js(2KB)
--------boardReducers.spec.js(4KB)
----.eslintrc.js(444B)
----README.md(750B)
----config()
--------webpack()
----challenge(1KB)