Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/markusantonwolf/best-practice-vue-js-tailwind-post-css

A growing collection of base components and unique components and techniques for Vue js. Including mobile first and resonsive navigation, notifications, audio playback, loading, icon handling, multi language with i18n, Vuex store and all based on Vue CLI.
https://github.com/markusantonwolf/best-practice-vue-js-tailwind-post-css

Last synced: 9 days ago
JSON representation

A growing collection of base components and unique components and techniques for Vue js. Including mobile first and resonsive navigation, notifications, audio playback, loading, icon handling, multi language with i18n, Vuex store and all based on Vue CLI.

Awesome Lists containing this project

README

        

# Collection of best practice in Vue js

A growing collection of base components and unique components and techniques for Vue js. Including mobile first and resonsive navigation, notifications, audio playback, loading, icon handling, multi language with i18n, Vuex store and all based on Vue CLI.

- Feel free to use it as an inpiration for your own application
- As a deep view into someones coding styles
- Fix / work arround for the view height on mobile browsers
- Notifications based on Vuex store
- Tailwind CSS post css configuration
- Multilanguage support + auto refresh after language change

**Feel free to use it**

[More about me](https://www.markusantonwolf.com) and all latest articles and thoughts about front-end development and UX design you will find one my homepage [www.markusantonwolf.com](https://www.markusantonwolf.com).

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).