You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
albumer is a SPA meant to make it easier to remember just what album your friends recommended you. In albumer you can easily add, remove and mark albums as listened.
6
+
7
+
<br />
8
+
9
+
## How does albumer work?
10
+
11
+
albumer was built using Vue.js with Vuex and Vue-router. It also uses firebase to handle database and login stuff. We also use [element.io](https://element.eleme.io/#/en-US) for some basic UI componenets such as buttons and input fields somewhere.
12
+
13
+
<br />
14
+
15
+
## Who will use this?
16
+
17
+
Anyone who has an interest in listening to new music, but finds the management of having to remember what albums to listen to hard!
18
+
19
+
20
+
<br />
21
+
<br />
22
+
23
+
24
+
25
+
# Instructions for how to develop, use, and test the code.
26
+
3
27
## Project setup
4
28
```
5
29
npm install
@@ -15,12 +39,12 @@ npm run serve
15
39
npm run build
16
40
```
17
41
18
-
### Run your unit tests
42
+
### Run unit tests
19
43
```
20
44
npm run test:unit
21
45
```
22
46
23
-
### Run your end-to-end tests
47
+
### Run end-to-end tests
24
48
```
25
49
npm run test:e2e
26
50
```
@@ -29,6 +53,3 @@ npm run test:e2e
29
53
```
30
54
npm run lint
31
55
```
32
-
33
-
### Customize configuration
34
-
See [Configuration Reference](https://cli.vuejs.org/config/).
0 commit comments