An open API service indexing awesome lists of open source software.

https://github.com/mannuelf/vuejs


https://github.com/mannuelf/vuejs

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vuejs Playground

Run simple node http server
https://www.npmjs.com/package/http-server

```bash
$ npm i http-server -g

then

$ http-server .
```

> then navigation to http://localhost:8000 in the browser.

You can also watch the original series here https://laracasts.com/series/learning-vue-step-by-step/