Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 789 Bytes

README.md

File metadata and controls

48 lines (35 loc) · 789 Bytes

vue-cli-3-wave-ui-starter

Starter

Vue 3 CLI Wave UI Vuex Router

Important

<w-app>
  <!-- All your app's content goes here. -->
</w-app>

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.