aboutsummaryrefslogtreecommitdiff
path: root/viewer/README.md
diff options
context:
space:
mode:
authorZero~Informatique2019-12-20 17:47:04 +0100
committerZero~Informatique2019-12-20 23:22:56 +0100
commit7ae68f079ddfb74c9a1b17c4f30dfe4c258d4a9f (patch)
treecb5e30534d9e564c311d626bba7e8d9ec0ea0f60 /viewer/README.md
parentc9264b0a0a7e1cb92ef7d9a391cee2c94376cff3 (diff)
downloadldgallery-7ae68f079ddfb74c9a1b17c4f30dfe4c258d4a9f.tar.gz
Viewer project foundations
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/).