The main JOSA portal client written with NUXT.js.
-
Install Node - at least
v8.9.0
- we recommend you have the latest version installed. -
Run
npm install
to install project dependencies.
cd josa-portal-web/
npm install
- Run
npm run dev
to start the development server.
- Run
npm run build
to generate aproduction
build in the.nuxt
directory.
- 1.0.0
- Initial release of the JOSA Portal Web client
Jordan Open Source Association – @jo_osa
Distributed under the Apache License 2.0. See LICENSE
for more information.
https://github.com/jordanopensource/
- Fork it (https://github.com/jordanopensource/josa-portal-web/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request