In this repository I keep the current state of development of my portfolio website written in Vue 2. I have a heap of documentation available for the code in this repository. You may be interested in the...
- Issues if you want to request a feature or to report a bug.
- Discussions if you need help by the community or if you want to share your experience with others.
- Wiki if you quickly need guides for this project.
- Code of Conduct before you start to work in this community.
- Contributing Guidelines if you intend to contribute to this project yourself.
- Features
- Installation
- License
- ...
Install GitHub Desktop, click on the green "Code" button in this project on top of the file viewer. Click on the Open with GitHub Desktop button. Then set a file path where you would like to have saved the project. Then the GitHub desktop program suggests the options "Open in Visual Studio Code" and "Show in Explorer". Select the options that suit you and open the project with your favorite code editor. Then you simply open the terminal and carry out the PNPM commands of your choice. Here are some examples:
pnpm install
pnpm run dev
pnpm run build
pnpm run test:unit
See the Configuration Reference of Nuxt 3.
This project is subject to the MIT license.