Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Rohan Verma 9d1c475903 Test WP2Static connectivity před 6 roky
.WP2Static Test WP2Static connectivity před 6 roky
assets feat: embed twitter před 6 roky
components feat: refactor, change font to inter před 6 roky
layouts new nuxt website před 6 roky
middleware new nuxt website před 6 roky
pages feat: embed twitter před 6 roky
plugins new nuxt website před 6 roky
static fix: keybase verification před 6 roky
store new nuxt website před 6 roky
.eslintrc.js fix: inline svg breaks size #9 vaso2/nuxt-fontawesome před 6 roky
.gitignore fix: inline svg breaks size #9 vaso2/nuxt-fontawesome před 6 roky
.prettierrc fix: inline svg breaks size #9 vaso2/nuxt-fontawesome před 6 roky
LICENSE Initial commit před 8 roky
README.md new nuxt website před 6 roky
nuxt.config.js feat: refactor, change font to inter před 6 roky
package.json feat: paginate wp posts před 6 roky
postcss.config.js new nuxt website před 6 roky
tailwind.config.js feat: refactor, change font to inter před 6 roky
yarn.lock feat: paginate wp posts před 6 roky

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.