NexusDemo is a sample web-application implemented using vue.js that demonstrates the coolest features available from Nexus.
# 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 --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
Due to current restrictions with the authentication token service, you need to run your browser without CORS.
For Chrome you can follow this guideline: https://alfilatov.com/posts/run-chrome-without-cors/
- Add support for Broker and Custodian models.
- Add support for Token model.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Quantoz Technology B.V. - max@quantoz.com
Distributed under the MIT License. See LICENSE
for more information.