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

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

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/).