Skip to content

rowanfuchs/nuxt-portfolio

Repository files navigation

portfolio

Build Setup

# install dependencies
$ yarn install
$ npm install

# serve with hot reload at localhost:3000
$ yarn dev
$ npm run dev

# build for production
$ yarn build
$ npm run build

# generate static project
$ yarn generate
$ npm run generate