diff options
Diffstat (limited to 'doc/README.md')
-rwxr-xr-x | doc/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md new file mode 100755 index 0000000..8300661 --- /dev/null +++ b/doc/README.md | |||
@@ -0,0 +1,13 @@ | |||
1 | # Yuescript | ||
2 | |||
3 | > Yuescript Documentation | ||
4 | |||
5 | ## Development | ||
6 | |||
7 | ```bash | ||
8 | yarn dev | ||
9 | yarn build | ||
10 | ``` | ||
11 | |||
12 | For more details, please head VuePress's [documentation](https://v1.vuepress.vuejs.org/). | ||
13 | |||