I personally learn to build a web page that uses parcel to package code written in vue.
Run yarn install
Run yarn dev for dev server. Navigate to http://localhost:1234/.
Run yarn build to build the project. The build artifacts will be stored in the build/ derctory.