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

https://github.com/geekyants/vue-native-website

The website of Vue Native
https://github.com/geekyants/vue-native-website

vue-native vuejs website

Last synced: 3 months ago
JSON representation

The website of Vue Native

Awesome Lists containing this project

README

          

## ⚠️ This project has been deprecated and is no longer maintained ⚠️

# vue-native.io

This site is built with [hexo](http://hexo.io/). Site content is written in Markdown format located in `src`. Pull requests welcome!

## Developing

```bash
$ npm install
$ npm start # dev server at http://localhost:4000
$ npm run build
```