選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Rohan Verma d3d73a6b5c feat: embed twitter 6年前
assets feat: embed twitter 6年前
components feat: embed twitter 6年前
layouts new nuxt website 6年前
middleware new nuxt website 6年前
pages feat: embed twitter 6年前
plugins new nuxt website 6年前
static new nuxt website 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 new nuxt website 6年前
package.json new nuxt website 6年前
postcss.config.js new nuxt website 6年前
tailwind.config.js new nuxt website 6年前
yarn.lock new nuxt website 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.