Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fwd/fwd


https://github.com/fwd/fwd

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

![line](https://github.com/fwd/n2/raw/master/.github/line.png)

Web Development Tools


Hosted on Github

![line](https://github.com/fwd/n2/raw/master/.github/line.png)

## Browser Libraries

VueJS
```python

```

Axios
```python

```

QrCode
```python

```

HTML + Vue
```


Hello World








* { margin: 0; padding: 0; box-sizing: border-box; }




{{ message }}


var app = new Vue({
el: '#app',
data: {
message: 'Hello World'
},
mounted() {
this.load()
},
watch: {},
computed: {},
methods: {
load() {
console.log("Ready!")
}
},
})

```

Questions about consulting? Email: hello[@]fwd.dev

Copyright © [nano2dev](https://twitter.com/nano2dev).