https://github.com/xhostcomweb/vueuiwp
Vue JS with UIKit for Wordpress Rest API back end
https://github.com/xhostcomweb/vueuiwp
Last synced: 4 months ago
JSON representation
Vue JS with UIKit for Wordpress Rest API back end
- Host: GitHub
- URL: https://github.com/xhostcomweb/vueuiwp
- Owner: xhostcomweb
- Created: 2019-08-18T17:06:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:32:03.000Z (over 3 years ago)
- Last Synced: 2025-11-30T07:49:32.899Z (7 months ago)
- Language: HTML
- Size: 2.13 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vueuiwp
By Paul Anthony McGowan
Starter UIKit Vue JS project, with menus/mobile-offcanvas menus, pages (5) with corresponding components and views, routing etc, ready to build UIKit site, or swap out those files for any other CSS/JS framework.
Can be used with Wordpress Rest API back end.
Has Font Awesome 4.7 but can use other icons.
# todo
Contact page and any others
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).