Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 997 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 997 Bytes

EGF Codons website

Sources of the EGF Codons website (software portfolio of the Edinburgh Genome Foundry).

Setup

Make a directory that contains the source and the build git repositories. (Alternatively, set up the dist directory of source as the build repo.)

Develop

# 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.

Deployment

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.