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.

14 lines
410 B
Markdown

# Vuejs Playground
7 years ago
We all need somewhere to play. This is a simple repo for experiments with the
Vuejs library. You will need [Sass](http://sass-lang.com/) to compile the css used by this project.
7 years ago
You will also probably want a dev server like live-server.
7 years ago
`npm install -g live-server`
7 years ago
Alternatively you could just use python but there is no file watch associated
with this option.
7 years ago
`python -m http.server`