Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxerxa/actionview-fe
ActionView front-end source code, based on Reactjs+Redux.
https://github.com/lxerxa/actionview-fe
jira kanban kanban-board react redux workflow
Last synced: about 1 month ago
JSON representation
ActionView front-end source code, based on Reactjs+Redux.
- Host: GitHub
- URL: https://github.com/lxerxa/actionview-fe
- Owner: lxerxa
- License: apache-2.0
- Created: 2016-04-06T13:53:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T20:28:11.000Z (about 1 year ago)
- Last Synced: 2024-08-01T12:31:53.982Z (4 months ago)
- Topics: jira, kanban, kanban-board, react, redux, workflow
- Language: JavaScript
- Homepage: http://www.actionview.cn
- Size: 4.07 MB
- Stars: 68
- Watchers: 6
- Forks: 51
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - lxerxa/actionview-fe - ActionView front-end source code, based on Reactjs+Redux. (redux)
README
## ActionView front-end
![](https://img.shields.io/badge/framework-reactjs+redux-brightgreen.svg) ![](https://img.shields.io/badge/license-apache2.0-brightgreen.svg)
ActoionView前端代码库,基于Reactjs+Redux。后端代码库:[actionview](https://github.com/lxerxa/actionview)。
# Demo
https://actionview.cn
## How to install
环境要求:
> 安装 node ~4.2.6, npm ~3.5.2下载代码:
> git clone https://github.com/lxerxa/actionview-fe.git
> cd actionview-fe
> npm install依赖包:
> 1. 修改node_modules/react-image-lightbox下的react-image-lightbox.js: 830行去掉close class。
> 2. 确认node_modules下是否有dropzone文件夹,若没有请将react-dropzone-component/node_modules下的dropzone拷贝值该node_modules下。
> 3. 确认node_modules下是否有cropperjs文件夹,若没有请将react-cropper/node_modules下的cropperjs拷贝值该node_modules下。运行Demo:
> npm run dev
> http://localhost:3002/发布部署:
> npm run build
> sh ./deploy.sh## Contributing
谢谢您能参与ActionView的前端开发当中。如果您对系统有一些疑惑,或发现了一些bug,或建议增加新的feature,或对系统有一些改进时,欢迎在[issue board](https://github.com/lxerxa/actionview-fe/issues)中讨论。如果发现有重大安全问题可发Email至:[email protected]。
## License
ActionView 遵从许可证 [ Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
The ActionView is open-sourced software licensed under the [ Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)