* updated dependencies * updated readme * upgrade to vue 3 * updated buttons * duplicate id removed * updated contact
475 B
475 B
kamilcraft.com
Project of my website - portfolio The project uses the API at https://api.kamilcraft.com
Dependency installation
npm install --legacy-peer-deps
Development
npm run serve
Application should be available under 127.0.0.1:8080
or localhost:8080
.
Compilation
npm run build
The executable files should be in the dist
folder.
Code formatting
npm run lint