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
{{ message }}
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
-
# vue-template
1
+
# Vue template
2
+
This is my personal Vue template for "bootstrapping" projects rather quickly.
3
+
4
+
It includes, by default, basic Google authentication against a Firebase instance, configured in `.env`.
5
+
6
+
Folder names and project structure is somewhat compatible with [Material Icons](https://plugins.jetbrains.com/plugin/10044-atom-material-icons) for [PHPStorm](https://www.jetbrains.com/phpstorm/), to get them pretty icons.
2
7
3
8
## Project setup
9
+
### Installing GreenSock for the first time
10
+
Then the first time that you install GSAP to a project you need to install via:
11
+
```
12
+
npm install gsap@npm:@gsap/business
13
+
```
14
+
15
+
### Installing other dependencies
4
16
```
5
17
npm install
6
18
```
@@ -22,3 +34,8 @@ npm run lint
22
34
23
35
### Customize configuration
24
36
See [Configuration Reference](https://cli.vuejs.org/config/).
0 commit comments