寂静年(The Quiet Year)是《寂静年》棋盘游戏的非常简单的纸牌随机生成器。
使用了vue.js开发,并使用nuxt生成静态页面。
安装
克隆代码到本地
git clone https://github.com/msdsk/the_quiet_year.git
cd the_quiet_year
Npm安装
npm i
运行调试(localhost:3000):
npm run dev
构建
npm run build
npm start
编译成静态项目
npm run generate
示例