/portfolio

A portfolio SPA made using VueJS and Vuetify

Primary LanguageVueGNU General Public License v3.0GPL-3.0

portfolio

A portfolio to showcase myself and my work created using VueJS and Vuetify.

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

Lints and fixes files

# yarn
yarn lint

# npm
npm run lint

# pnpm
pnpm lint

Push To Github Pages

npm run build

git add dist -f

git commit -m "add to gh-pages"

git subtree push --prefix dist origin gh-pages

Customize configuration

See Configuration Reference.