Skip to content

konnyaku256/portfolio

Repository files navigation

portfolio

This is the source code of my portfolio. It is made of Vue.js. Use Vue CLI and Vite for development tools.

Features

  • Single-Page Application(Vue Router)
  • Progressive Web Apps
  • Vue 3.0 Composition API

Deployment

Follow the official references. I push and deploy to here.

I use CircleCI for CI/CD.

CircleCI

How to run or build

git clone https://github.com/konnyaku256/portfolio.git
cd portfolio
yarn install
yarn serve # Start local server.
yarn build # Generate static files to 'dist/'.

License

MIT

Author

@konnyaku256