• Stars
    star
    206
  • Rank 185,371 (Top 4 %)
  • Language Vue
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸŽ“ Tutorial: smart-home dashboard UI concept.

Zircle-ui: smart-home tutorial

πŸ‘‹ This app is powered by zircle-ui πŸš€ and is part of its official tutorial. You can play with a working demo on CodeSandbox

Project setup

git clone https://github.com/zircleUI/tutorial.git

After cloning the repository, execute:

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