Install the dependencies:
yarn installRun dev server:
yarn devTo generate the production version, you can run:
yarn buildAll files you have to deploy will be located at the dist directory.
To check if everything will be ok in production before the deployment, you can run this command after yarn build:
yarn preview