UI for Ngô's dictionary
《吳守禮國台對照活用辭典》作者:吳守禮(Ngo Shiu Le、Wu Shouli) ,本 koktai-polymer 的資料由吳守禮家族授權中華民國維基媒體協會,以創用CC 姓名標示-相同方式分享 3.0 台灣 授權條款釋出。
(see https://github.com/Wikimedia-TW/koktai-rawscan for information about original data)
First, make sure you have the Polymer CLI installed. Then run polymer serve
to serve your application locally.
$ polymer serve
$ polymer build
This will create builds of your application in the build/
directory, optimized to be served in production. You can then serve the built versions by giving polymer serve
a folder to serve from:
$ polymer serve build/default
$ polymer test
Your application is already set up to be tested via web-component-tester. Run polymer test
to run your application's test suite locally.