This is the source code of my portfolio. It is made of Vue.js. Use Vue CLI and Vite for development tools.
- Single-Page Application(Vue Router)
- Progressive Web Apps
- Vue 3.0 Composition API
Follow the official references. I push and deploy to here.
I use CircleCI for CI/CD.
git clone https://github.com/konnyaku256/portfolio.git
cd portfolio
yarn install
yarn serve # Start local server.
yarn build # Generate static files to 'dist/'.