Git Product home page Git Product logo

kunai's Introduction

Kunai

cpprefjpboostjp のフロントエンド、強化版

  • cpprefjp
  • boostjp (対応予定)

ビルド

git submodule update --init
npm install
npm run build

開発

npm install
npm run dev

http://localhost:8080/

デバッグ

情報ログを有効にする

js/kunai.jsで、ErrorLoggerの代わりにDefaultLoggerを使用する

//this.log = new DefaultLogger()
this.log = new ErrorLogger()

this.log = new DefaultLogger()
//this.log = new ErrorLogger()

設計**

  • C++のことを調べて知って試すフローをcpprefjp上で完結可能にする
  • JavaScriptが無効になっていてもコンテンツ自体は閲覧可能

コンポーネント

Kunai (core)

  • cpprefjp/site のソースコードとメタ情報の包括管理
  • 読み込まれていない状態では従来と同じ機能性
  • C++バッジ
  • クイックジャンプ (crsearch)
  • サイドバー

Indexer

  • 特徴語の索引機能
  • タグクラウド

Yata

  • Playground (サンプルコードをその場で実行する機能)
  • cpprefjp/site のソースのサンプルコードの段階で C++ の #include が足りていないものを検知して自動で追加

ドキュメント

メンテナ

ライセンス

LICENSE

kunai's People

Contributors

dependabot[bot] avatar faithandbrave avatar kariya-mitsuru avatar ken-matsui avatar melpon avatar nyaocat avatar raclamusi avatar saki7 avatar shouth avatar yumetodo 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.