Ecosyste.ms: Awesome

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

https://github.com/Ted2xmen/vue-cli-3-wave-ui-starter

Vue 3 CLI Wave UI + Vuex and Router
https://github.com/Ted2xmen/vue-cli-3-wave-ui-starter

boilerplate starter template vuejs waveui

Last synced: about 2 months ago
JSON representation

Vue 3 CLI Wave UI + Vuex and Router

Lists

README

        

# vue-cli-3-wave-ui-starter

Starter

Vue 3 CLI
Wave UI
Vuex
Router

## Important
```

```

This tag is required in your app for Wave UI proper functioning.
You should place it at the root of your app.
There should only be one in your whole app.

- By default, the w-app wrapper will have a flex layout with a column direction, and a height of 100% of the full HTML document.

(from Wave UI documentation)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).