Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Vue3 boilerplate based on atomic design methodology
https://github.com/alexander-elgin/vue3-atomic-design

atomic-design composition-api pinia typescript vue3 vuelidate vuetify

Last synced: about 24 hours ago
JSON representation

Vue3 boilerplate based on atomic design methodology

Awesome Lists containing this project

README

        

# Vue3 Atomic Design


atomic design

Vue front-end boilerplate based on
[atomic design](http://bradfrost.com/blog/post/atomic-web-design/) methodology

## Main Features
- I18N Internationalization
- Pinia
- PostCSS (incl. nesting CSS)
- Vuelidate
- Vuetify

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Run Unit Tests

```sh
npm run test:unit
```

### Lint

```sh
npm run lint
```