No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Rohan Verma d3d73a6b5c feat: embed twitter hace 6 años
assets feat: embed twitter hace 6 años
components feat: embed twitter hace 6 años
layouts new nuxt website hace 6 años
middleware new nuxt website hace 6 años
pages feat: embed twitter hace 6 años
plugins new nuxt website hace 6 años
static new nuxt website hace 6 años
store new nuxt website hace 6 años
.eslintrc.js fix: inline svg breaks size #9 vaso2/nuxt-fontawesome hace 6 años
.gitignore fix: inline svg breaks size #9 vaso2/nuxt-fontawesome hace 6 años
.prettierrc fix: inline svg breaks size #9 vaso2/nuxt-fontawesome hace 6 años
LICENSE Initial commit hace 8 años
README.md new nuxt website hace 6 años
nuxt.config.js new nuxt website hace 6 años
package.json new nuxt website hace 6 años
postcss.config.js new nuxt website hace 6 años
tailwind.config.js new nuxt website hace 6 años
yarn.lock new nuxt website hace 6 años

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.