| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Nuxt.js project
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generateFor detailed explanation on how things work, checkout the Nuxt.js docs.
git clone します
static/history.json を開きます。
"title" が参加した回であることを確認し、 "works" 配列の中身を編集します
json の抜粋
{
"title": "prickathon #7",
"times": 7,
"works": [
{
"id": 27,
"name": "pretty-series-calendar",
"authors": [
"@yumechi"
],
"thumbnailUrl": "/works/prickathon7/yumechi.png",
"description": "プリティーシリーズのイベントをまとめるカレンダー作りました",
"linkToContent": "https://github.com/yumechi/pretty-series-calendar"
},各パラメータの説明
上のBuild Setupを行うと、ローカルで確認できます
わからないことがあったら、 @takanakahiko , @yumechi あたりに聞いてね!
| Back | FazBrowse Home | New Git URL |