zahiryahya1 / site

A single-page application Inexor website

Home Page:https://inexor.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

site

Build Status

The inexor-website

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

Testing

We use karma and jasmine By default the karma-chrome-launcher is used. You can use a variety of other browser, please consider karma docs for this.

You can run the test via npm test

Deploying to a web server

To deploy to a web server one must follow these simple steps:

  • npm install
  • npm run build which will invoke NODE_ENV=production and enable HTML5 history mode
  • serve the site directory statically

Consider the vue-router docs for more information. These first 2 steps are recommended to be done after each git pull (new deployment) Since these are all static files there should be no concerns when hosting the .git or node_modules folders publicly.

About

A single-page application Inexor website

https://inexor.org

License:MIT License


Languages

Language:Vue 74.1%Language:JavaScript 24.2%Language:HTML 1.8%