0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

jkanbanのデモ

Posted at

こちらのexampleを動かしてみる

イメージ

image.png

準備するもの

  • https://github.com/riktar/jkanban/raw/master/example/index.html

設定

jsやcssをホストしているjsdelivrを使わせていただく。

$ diff -u aa.txt index.html demo.html
--- index.html
+++ demo.html
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1" />

     <title>Title</title>
-    <link rel="stylesheet" href="../dist/jkanban.min.css" />
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jkanban@1.3.1/dist/jkanban.min.css" />
     <link
       href="https://fonts.googleapis.com/css?family=Lato"
       rel="stylesheet"
@@ -64,7 +64,7 @@
     <br />
     <button id="removeElement">Remove "My Task Test"</button>

-    <script src="../dist/jkanban.js"></script>
+    <script src="https://cdn.jsdelivr.net/npm/jkanban@1.3.1/dist/jkanban.min.js"></script>
     <script>
       var KanbanTest = new jKanban({
         element: "#myKanban",
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?