UNPKG

718 BMarkdownView Raw
1# Examples
2
3## ./tour
4
5An interactive guide that familiarizes you with Vantage.
6
7```bash
8$ npm install -g vantage
9$ vantage tour
10```
11
12## ./server
13
14Sets up a basic standalone Vantage server, making use of all of its main commands.
15
16## ./koa
17
18Sets up a Vantage that hooks into Koa.js.
19
20## ./express
21
22Sets up a Vantage that hooks into Express.js.
23
24## ./extensions-usage
25
26Imports the Vantage extension `vantage-repl` and uses this to create an interactive REPL for your app.
27
28## ./extensions-creation
29
30Template for creating your own Node module to extend Vantage's API.
31
32## ./automation
33
34Executes Vantage commands programmatically.
35
36## ./firewall
37
38Sets up a firewall for Vantage.
39
40