Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Rohan Verma e1fff3c12e new nuxt website 6 лет назад
assets new nuxt website 6 лет назад
components new nuxt website 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 лет назад
.gitignore feat: new website 7 лет назад
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.