|
|
6年前 | |
|---|---|---|
| assets | 6年前 | |
| components | 6年前 | |
| layouts | 6年前 | |
| middleware | 6年前 | |
| pages | 6年前 | |
| plugins | 6年前 | |
| static | 6年前 | |
| store | 6年前 | |
| .gitignore | 7年前 | |
| LICENSE | 8年前 | |
| README.md | 6年前 | |
| nuxt.config.js | 6年前 | |
| package.json | 6年前 | |
| postcss.config.js | 6年前 | |
| tailwind.config.js | 6年前 | |
| yarn.lock | 6年前 | |
Personal Website of Rohan Verma
# 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.