Testing the neuroimage
git clone https://github.com/akeshavan/neurobrain_example
cd neurobrain_example
npm install
ln -s $PATH_TO_NEUROBRAIN_REPO node_modules/neurobrain #symlink your neurobrain repo so its inside node_modules
npm run dev #and also make sure you have
cd $PATH_TO_NEUROBRAIN_REPO
yarn devrunning. Both are hot reloading, so when you make a change to neurobrain, the examples works as well.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --reportFor a detailed explanation on how things work, check out the guide and docs for vue-loader.