Skip to content

zjbarg/portal-web

 
 

Repository files navigation

JOSA Portal Web

The main JOSA portal client written with NUXT.js.

Endpoints

Production

Development

Running Locally

  1. Install Node - at least v8.9.0 - we recommend you have the latest version installed.

  2. Run npm install to install project dependencies.

cd josa-portal-web/
npm install
  1. Run npm run dev to start the development server.

Building for production

  1. Run npm run build to generate a production build in the .nuxt directory.

Release History

  • 1.0.0
    • Initial release of the JOSA Portal Web client

Meta

Jordan Open Source Association – @jo_osa

Distributed under the Apache License 2.0. See LICENSE for more information.

https://github.com/jordanopensource/

Contributing

  1. Fork it (https://github.com/jordanopensource/josa-portal-web/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

The web client for the JOSA portal.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 79.7%
  • JavaScript 15.4%
  • CSS 4.9%