You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
androiddrew 3be5969ecb | 7 years ago | |
---|---|---|
css | 7 years ago | |
js | 7 years ago | |
scss | 7 years ago | |
.gitignore | 7 years ago | |
NOTES.md | 7 years ago | |
README.md | 7 years ago | |
index.html | 7 years ago |
README.md
Vuejs Playground
We all need somewhere to play. This is a simple repo for experiments with the Vuejs library. You should also note that this project is using the vue-resource library for XMLHttpRequests.
Other popular libraries to look into experimenting with include:
- vue-router the official router for Vue
- vuex the official state management library
- vue-spinner a spinner library
For all other awesome Vue related libraries check out the official currated list
SCSS
You will need Sass to compile the css used by this project
To compile simply run:
sass ./scss/app.scss:./css/app.css
Development
You will also probably want a dev server like live-server.
npm install -g live-server
Alternatively you could just use python but there is no file watch associated with this option.
python -m http.server