The Wayback Machine - https://web.archive.org/web/20200912142418/https://github.com/rackerlabs/solve
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Rackspace Solve

Solve is a Vue.js app that lives on www.rackspace.com/solve

It pulls content from the following endpoints:

Mock data is provided for tests and local development purposes.

Requirements

NodeJS 10, 11 or 12.

Getting Started

# install dependencies
npm install

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

Versioning

Use the following command to bump current version:

npm version major | minor | patch

For more information on versioning, see http://semver.org/

Linting

Use the following commands to perform linting:

# Lint Javascript
npm run lint:js

# Lint Sass
npm run lint:sass

Test Running

Use the following command to run tests:

npm run test

Other

Translations

All translations are ran through Drupal.t(). For local development purposes, Drupal.t() has been mocked in index.html

Further Vue Documentation

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

You can’t perform that action at this time.