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

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.