Portfolio page
Go to file
Damillora 1179b8eaa5 Add invite link for Junna-chan 2019-12-05 11:16:00 +07:00
assets Finalize pages 2019-12-05 11:12:58 +07:00
components Complete project pages 2019-12-05 09:00:42 +07:00
layouts Change background 2019-12-05 09:26:23 +07:00
middleware Initial commit 2019-11-15 17:40:56 +07:00
pages Add invite link for Junna-chan 2019-12-05 11:16:00 +07:00
plugins Initial commit 2019-11-15 17:40:56 +07:00
static Initial commit 2019-11-15 17:40:56 +07:00
store Initial commit 2019-11-15 17:40:56 +07:00
.gitignore Initial commit 2019-11-15 17:40:56 +07:00
README.md Initial commit 2019-11-15 17:40:56 +07:00
nuxt.config.js Complete portfolio 2019-12-04 23:20:29 +07:00
package.json Initial commit 2019-11-15 17:40:56 +07:00
tailwind.config.js Initial commit 2019-11-15 17:40:56 +07:00
yarn.lock Initial commit 2019-11-15 17:40:56 +07:00

README.md

popskip

web app for damillora.com

Build Setup

# install dependencies
$ yarn install

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

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.