Skip to content
Snippets Groups Projects
Select Git revision
  • v1.3.0
  • master default protected
  • gitkeep
  • dev protected
  • Issue/1870-publicPrivateVisibility
  • Sprint/2022-01
  • Sprint/2021-22
  • Sprint/2021-21
  • Issue/0039-participatingOrganizationsSearch
  • Sprint/2021-19
  • Sprint/2021-16
  • Product/1666-removeRadioButtons
  • Topic/1686-removeRadioButtons
  • Sprint/2021-08
  • Hotfix/1475-projectCreateSpinner
  • Sprint/2021-05
  • Hotfix/1376-projectCreation
  • Sprint/2021-02
  • Product/1107-frontendPerformance
  • Topic/1227-frontendPerformance
  • Product/1215-gitlabCleanUp
  • v1.5.2
  • v1.5.1
  • v1.5.0
  • v1.4.0
  • v1.2.4
  • v1.2.3
  • v1.2.2
  • v1.2.1
  • v1.2.0
  • v1.1.7
  • v1.1.6
  • v1.1.5
  • v1.1.4
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.8
  • v1.0.7
40 results

projectedit

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • CoscineBot's avatar
    CoscineBot authored
    # [1.3.0](v1.2.4...v1.3.0) (2021-11-08)
    
    ### Update
    
    * Changes in Participating Organizations Search (rpdm/issues#39) ([8ec1df72](8ec1df72)), closes [rpdm/issues#39](https://git.rwth-aachen.de/rpdm/issues/issues/39)
    f95d1079
    History

    vue-template

    This template includes:

    • Vue.js application template
    • Linting using TSLint and the Vue builders
    • Automatic releases using semantic-release (ESLint Code Convention) and Gitlab CI / CD
    • Automatic Unit tests using Mocha/Chai and the Vue cli
    • Automatic documentation publishing using Gitlab CI / CD and a self written script which puts the docs in the docs folder to the wiki
    • For public registry: Publishing of packages, for usage add the following lines to package.json, add the npm publish module in .releaserc and provide a valid NPM token:
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/",
        "tag": "latest"
    }

    Project setup

    npm install 

    Compiles and hot-reloads for development

    npm run serve

    Compiles and minifies for production

    npm run build

    Run your tests

    npm run test

    Lints and fixes files

    npm run lint

    Run your unit tests

    npm run test:unit

    Customize configuration

    See Configuration Reference.