This is a website of Users & Information Lab. @ KAIST.
This website is based on vue.js and GitHub Pages compatible, and is also based on a Google Spreadsheet document.
To modify the content in this website, simply edit this document. The changes of the document will be reflected to the website in about 10 minutes.
This website tells the client web browser to dynamically fetch the contents of the Google Spreadsheet document. Text contents are not stored in this repository.
Make sure to install Node.js and Yarn on your environment before you start working on this project. This project is not compatible with Windows. Please use Linux or Mac.
Install dependencies with:
$ yarn install
Compiles and hot-reloads for development:
$ yarn serve
After modifying this project, always build and commit. Remember that this project is directly served as GitHub pages from the repository.
Build with:
$ yarn build
Be aware that files in /dist
, /lib
, /assets
, and /index.html
are dynamically generated when building the project. Do NOT modify these files directly.