aboutsummaryrefslogtreecommitdiff
path: root/viewer/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/README.md')
-rw-r--r--viewer/README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/viewer/README.md b/viewer/README.md
new file mode 100644
index 0000000..7a84865
--- /dev/null
+++ b/viewer/README.md
@@ -0,0 +1,24 @@
1# ldgallery-front
2
3## Project setup
4```
5npm install
6```
7
8### Compiles and hot-reloads for development
9```
10npm run serve
11```
12
13### Compiles and minifies for production
14```
15npm run build
16```
17
18### Lints and fixes files
19```
20npm run lint
21```
22
23### Customize configuration
24See [Configuration Reference](https://cli.vuejs.org/config/).