您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Rohan Verma d7cf6b3718 fix: inline svg breaks size #9 vaso2/nuxt-fontawesome 6 年前
assets fix: inline svg breaks size #9 vaso2/nuxt-fontawesome 6 年前
components fix: inline svg breaks size #9 vaso2/nuxt-fontawesome 6 年前
layouts new nuxt website 6 年前
middleware new nuxt website 6 年前
pages new nuxt website 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.