Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 321 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 321 Bytes

AtomicDesign v-model Example

Build Setup

# install dependencies
$ yarn install

# clear hard source cache
$ yarn clear-hard-source-cache

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate