Skip to content

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

License

Notifications You must be signed in to change notification settings

zircleUI/smarthome-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

37 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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