Skip to content

Commit b916726

Browse files
committed
Vuepress
1 parent 77d172d commit b916726

File tree

12 files changed

+3255
-64
lines changed

12 files changed

+3255
-64
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ This [Vuex-ORM](https://github.com/vuex-orm/vuex-orm) plugin uses the
88
[apollo-client](https://www.apollographql.com/client/) to let you sync your Vuex state with
99
a [GraphQL API](http://graphql.org/)
1010

11-
**Warning:** This is a early version of the plugin, please don't use in production yet.
11+
**Warning:** This is a early version of the plugin, use with care.
12+
13+
14+
## Documentation
15+
16+
https://vuex-orm.github.io/vuex-orm-apollo/
1217

1318

1419
## Usage

deploy-docs.sh

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#!/usr/bin/env sh
2+
3+
# abort on errors
4+
set -e
5+
6+
# build
7+
yarn run build:docs
8+
9+
# navigate into the build output directory
10+
cd docs/.vuepress/dist
11+
12+
# if you are deploying to a custom domain
13+
# echo 'www.example.com' > CNAME
14+
15+
git init
16+
git add -A
17+
git commit -m 'deploy'
18+
19+
# if you are deploying to https://<USERNAME>.github.io
20+
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git master
21+
22+
# if you are deploying to https://<USERNAME>.github.io/<REPO>
23+
git push -f [email protected]:vuex-orm/vuex-orm-apollo.git master:gh-pages
24+
25+
cd -

docs/.vuepress/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
title: Vuex-ORM Apollo Plugin Documentation
2+
description:
3+
4+
base: '/vuex-orm-apollo/'

docs/.vuepress/dist/404.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>VuePress</title>
7+
<meta name="description" content="">
8+
9+
10+
<link rel="preload" href="/vuex-orm-apollo/assets/css/1.styles.9c82df48.css" as="style"><link rel="preload" href="/vuex-orm-apollo/assets/js/app.98a767d9.js" as="script"><link rel="prefetch" href="/vuex-orm-apollo/assets/js/0.c97b8288.js">
11+
<link rel="stylesheet" href="/vuex-orm-apollo/assets/css/1.styles.9c82df48.css">
12+
</head>
13+
<body>
14+
<div id="app" data-server-rendered="true"><div class="theme-container"><div class="content"><h1>404</h1><blockquote>There's nothing here.</blockquote></div></div></div>
15+
<script src="/vuex-orm-apollo/assets/js/app.98a767d9.js" defer></script>
16+
</body>
17+
</html>

docs/.vuepress/dist/assets/css/1.styles.9c82df48.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Loading

docs/.vuepress/dist/assets/js/0.c97b8288.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vuepress/dist/assets/js/app.98a767d9.js

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vuepress/dist/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>Vuex-ORM Apollo Plugin Documentation | Hello VuePress</title>
7+
<meta name="description" content="">
8+
9+
10+
<link rel="preload" href="/vuex-orm-apollo/assets/css/1.styles.9c82df48.css" as="style"><link rel="preload" href="/vuex-orm-apollo/assets/js/app.98a767d9.js" as="script"><link rel="preload" href="/vuex-orm-apollo/assets/js/0.c97b8288.js" as="script">
11+
<link rel="stylesheet" href="/vuex-orm-apollo/assets/css/1.styles.9c82df48.css">
12+
</head>
13+
<body>
14+
<div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div><a href="/vuex-orm-apollo/" class="home-link router-link-exact-active router-link-active"><!----><span class="site-name">
15+
Vuex-ORM Apollo Plugin Documentation
16+
</span></a><div class="links"><div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""><!----></div><!----></div></header><div class="sidebar-mask"></div><div class="sidebar"><!----><!----></div><div class="page"><div class="content"><h1 id="hello-vuepress"><a href="#hello-vuepress" aria-hidden="true" class="header-anchor">#</a> Hello VuePress</h1></div><!----><!----></div></div></div>
17+
<script src="/vuex-orm-apollo/assets/js/0.c97b8288.js" defer></script><script src="/vuex-orm-apollo/assets/js/app.98a767d9.js" defer></script>
18+
</body>
19+
</html>

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Hello VuePress

0 commit comments

Comments
 (0)