Ted2xmen / vue-cli-3-wave-ui-starter

Vue 3 CLI Wave UI + Vuex and Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Vue 3 CLI Wave UI + Vuex and Router


Languages

Language:Vue 60.5%Language:JavaScript 25.5%Language:HTML 14.0%