Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fwd/fwd
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fwd/fwd
- Owner: fwd
- Created: 2021-11-30T17:31:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T01:54:49.000Z (10 months ago)
- Last Synced: 2024-05-16T18:42:30.621Z (6 months ago)
- Language: CSS
- Homepage:
- Size: 16.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).