Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit fcae27a

Browse files
πŸ“: Update README.md
1 parent 53e2b08 commit fcae27a

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

β€ŽREADME.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
27

38
## 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
416
```
517
npm install
618
```
@@ -22,3 +34,8 @@ npm run lint
2234

2335
### Customize configuration
2436
See [Configuration Reference](https://cli.vuejs.org/config/).
37+
38+
## Common weirdness
39+
### Save a CSS variable from a Vue component
40+
- https://learnvue.co/2021/05/how-to-use-vue-css-variables-reactive-styles-rfc/
41+
- https://www.telerik.com/blogs/passing-variables-to-css-on-a-vue-component

0 commit comments

Comments
Β (0)