Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-adapter-javascript
Commits
a212a58d
Unverified
Commit
a212a58d
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
docs: move dependencies in readme
The dependencies only apply to the "Installing in a project" instructions.
parent
b5ff7390
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
README.md
README.md
+12
-7
No files found.
README.md
View file @
a212a58d
...
...
@@ -10,12 +10,6 @@ Implements:
-
validation of messages against a specified OpenAPI schema
-
decode/encode stubs
## Dependencies
An axios library. Axios is included as a dev dependency to run the tests.
I've not installed it as a runtime dependency because in nuxt you need to
use @nuxtjs/axios instead.
## Setup
```
...
...
@@ -35,6 +29,17 @@ yarn test
## Installing in your project
We may publish this to a public registry but for now you need to install the package
from git.
### Requirements
An
`axios`
library. Axios is included as a dev dependency to run the tests.
I've not installed it as a runtime dependency because in nuxt you need to
use
`@nuxtjs/axios`
instead.
**TODO fix this in rollup config**
### Yarn
#### Once public
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment