Before starting, make sure node
and npm
are installed.
npm install
This will install the necessary dependencies.
npm run serve
After this, there will be a development sever running at localhost:8080
.
npm run build
The dist/
-folder contains the static HTML pages, ready to be placed on a web host.