alexander-elgin / vue3-atomic-design

Vue3 boilerplate based on atomic design methodology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue3 Atomic Design

atomic design

Vue front-end boilerplate based on atomic design methodology

Main Features

  • I18N Internationalization
  • Pinia
  • PostCSS (incl. nesting CSS)
  • Vuelidate
  • Vuetify

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests

npm run test:unit

Lint

npm run lint

About

Vue3 boilerplate based on atomic design methodology


Languages

Language:Vue 57.3%Language:TypeScript 34.2%Language:JavaScript 3.6%Language:HTML 3.5%Language:CSS 1.4%