Coder Social home page Coder Social logo

houzhiyong / choerodon-front-wiki Goto Github PK

View Code? Open in Web Editor NEW

This project forked from choerodon/choerodon-front-wiki

0.0 2.0 0.0 106 KB

This service is responsible for the wiki management of all homepages and provides users with a better user experience through a rich interface.

Home Page: http://choerodon.io

License: Apache License 2.0

Dockerfile 1.03% Smarty 0.59% JavaScript 93.49% CSS 4.89%

choerodon-front-wiki's Introduction

Choerodon-front-wiki

Choerodon-front-wiki is the core front service of Choerodon.This project is an overall front-end project that combines the Choerodon Boot and Choerodon Wiki.This service is responsible for the wiki management of all homepages and provides users with a better user experience through a rich interface.

Features

  • Space management(Management platform space)

Environment Support

  • Modern browsers and Internet Explorer 10+(Currently, it is best to browse through Google.)

Directory structure

The following is the main directory structure:

  ├── charts
  ├── wiki
  │   ├── src
  │   │   └── app
  │   │       └── wiki
  │   │           ├── config
  │   │           │   ├── Menu.yml
  │   │           │   └── language
  │   │           ├── containers
  │   │           │   ├── Home.js
  │   │           │   ├── WIKIIndex.js
  │   │           │   ├── global
  │   │           │   ├── organization
  │   │           │   └── project
  │   │           └──  locale
  │   │                ├── en_US.js
  │   │                └── zh_CN.js
  │   └── package.json
  │
  ├── .gitignore
  ├── .gitlab-ci.yml
  ├── config.js
  ├── config.yml
  ├── favicon.ico
  ├── README.md
  └── Dockerfile

  • containers store the front pages
  • local store multilingual files
  • config store Menu.yml configuration file (including code and icon of menu, jump into Route, menu permissions) and language in Chinese and English yml (zh.yml, en.yml)

See more at http://choerodon.io/zh/docs/development-guide/front.

Development

Clone the files of project:

git clone https://github.com/choerodon/choerodon-front-wiki.git

Init submodules:

git submodule update --init

See git submodules documentation.

Enter the directory install dependencies:

Note:This project used a lot of properties such as ES6/7, so node 6.0.0+ is required.

cd wiki
npm install

Run

cd wiki
npm start

Open your browser and visit http://localhost:9090. There is currently no interface for external testing.

Links

Reporting Issues

If you find any shortcomings or bugs, please describe them in the issue.

How to Contribute

We welcome all contributions. You can submit any ideas as pull requests. Follow to know for more information on how to contribute.

choerodon-front-wiki's People

Contributors

wuguokai avatar devane001 avatar yslernst avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.