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
- Host: GitHub
- URL: https://github.com/alexander-elgin/vue-atomic-design
- Owner: alexander-elgin
- License: mit
- Created: 2019-06-20T13:12:12.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-06T02:43:08.000Z (over 2 years ago)
- Last Synced: 2025-06-03T01:10:57.482Z (6 months ago)
- Language: JavaScript
- Size: 1.53 MB
- Stars: 25
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-vue - **vue-atomic-design** - Vue front-end boilerplate based on atomic design methodology ` 📝 2 years ago` (Scaffold [🔝](#readme))
- awesome-vue - **vue-atomic-design** - Vue front-end boilerplate based on atomic design methodology. (Components & Libraries / Scaffold)
- awesome-vue - **vue-atomic-design** - Vue front-end boilerplate based on atomic design methodology. (Scaffold / Client)
README
# Vue 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/