Sources of the EGF Codons website (software portfolio of the Edinburgh Genome Foundry).
Make a directory that contains the source and the build git repositories. (Alternatively, set up the dist
directory of source as the build repo.)
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, check out the guide and docs for vue-loader.
The build command above updates the contents of the dist
directory. Commit the changes of dist
into the build repo, as described in the setup section above.