選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Rohan Verma 9d1c475903 Test WP2Static connectivity 7年前
.WP2Static Test WP2Static connectivity 7年前
assets feat: embed twitter 7年前
components feat: refactor, change font to inter 7年前
layouts new nuxt website 7年前
middleware new nuxt website 7年前
pages feat: embed twitter 7年前
plugins new nuxt website 7年前
static fix: keybase verification 7年前
store new nuxt website 7年前
.eslintrc.js fix: inline svg breaks size #9 vaso2/nuxt-fontawesome 7年前
.gitignore fix: inline svg breaks size #9 vaso2/nuxt-fontawesome 7年前
.prettierrc fix: inline svg breaks size #9 vaso2/nuxt-fontawesome 7年前
LICENSE Initial commit 8年前
README.md new nuxt website 7年前
nuxt.config.js feat: refactor, change font to inter 7年前
package.json feat: paginate wp posts 7年前
postcss.config.js new nuxt website 7年前
tailwind.config.js feat: refactor, change font to inter 7年前
yarn.lock feat: paginate wp posts 7年前

README.md

rohanverma.net

Personal Website of Rohan Verma

Build Setup

# 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 generate

For detailed explanation on how things work, checkout the Nuxt.js docs.