matestack-ui-vuejs
.spec/dummy/db
, the command docker-compose run --rm dummy bundle exec rake db:setup SKIP_TEST_DATABASE=true
will fail. Please remove the locally created sqlite files and rerun the commandlib
is not automatically reloaded. We want to fix that soon.localhost:3000
in order to visit the dummy app. Feel free to modify it and play around with components and concepts. Just don't push your local changes to the remote repo.spec/dummy/app/matestack
.bundle install
, yarn install
or npm install
you need to run:root
user and are only writeable when applying sudo
.bundle install
and yarn install
can't be executed inside the Docker container as the current user. CURRENT_UID=$(id -u):$(id -g) docker-compose run --rm dummy bundle install
will not work./spec
folder./bin/webpack
in the spec/dummy
folder before running the specs. You can also run ./bin/webpack --watch
in a separate test container (without --service-ports
). The compiled assets are mounted to your filesystem./docs/*
folder. Please make sure to cover basic use cases of your concepts & components for other users! Feel free to take a look at other examples and copy their structure!