Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jquery-listentryinfo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kjetil Thuen
jquery-listentryinfo
Commits
304224c8
Commit
304224c8
authored
Apr 09, 2013
by
Ricco Førgaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README.
parent
cc4a3cb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
README.md
README.md
+9
-1
No files found.
README.md
View file @
304224c8
...
...
@@ -2,4 +2,12 @@ To get up and running:
$ npm install -g bower
$ bower install
$ open index.html
\ No newline at end of file
$ open index.html
If your REST server expects anything on the URL path (such as
`/api/study/list`
instead of
`/study/list`
), add a
`config.js`
on the project root:
$ var config = {
$ 'baseUrl': '/my-prefix/'
$ };
You can set
`baseUrl`
to a URL if you wish.
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