Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexander-elgin/vue3-atomic-design
- Owner: alexander-elgin
- Created: 2023-03-31T11:26:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-31T11:26:40.000Z (over 1 year ago)
- Last Synced: 2024-08-04T09:02:27.605Z (3 months ago)
- Topics: atomic-design, composition-api, pinia, typescript, vue3, vuelidate, vuetify
- Language: Vue
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue-3 - Vue3 Atomic Design - A Vue3 boilerplate based on atomic design methodology (Examples)
README
# Vue3 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
```