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
- Host: GitHub
- URL: https://github.com/geekyants/vue-native-website
- Owner: GeekyAnts
- License: mit
- Created: 2018-02-19T11:20:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:37:53.000Z (over 3 years ago)
- Last Synced: 2024-06-27T09:45:00.864Z (almost 2 years ago)
- Topics: vue-native, vuejs, website
- Language: JavaScript
- Homepage: http://vue-native.io
- Size: 93.2 MB
- Stars: 36
- Watchers: 12
- Forks: 53
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```