An open API service indexing awesome lists of open source software.

https://github.com/alexander-elgin/vue-atomic-design

Vue front-end boilerplate based on atomic design methodology
https://github.com/alexander-elgin/vue-atomic-design

Last synced: 3 months ago
JSON representation

Vue front-end boilerplate based on atomic design methodology

Awesome Lists containing this project

README

          

# Vue Atomic Design


atomic design

Vue front-end boilerplate based on
[atomic design][atomic-design-url] methodology

## Main Features
- I18N Internationalization
- Page Templates
- Store modules
- Storybook
- Vee-validate
- Vue CLI 3.0
- Vuetify
- Vuex

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run storybook
```
yarn storybook:serve
```

### Run your tests
```
yarn test
```

### Lints and fixes files
```
yarn lint
```

### Run your unit tests
```
yarn test:unit
```

[atomic-design-url]: http://bradfrost.com/blog/post/atomic-web-design/