Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/markusantonwolf/best-practice-vue-js-tailwind-post-css
- Owner: markusantonwolf
- License: mit
- Created: 2020-06-18T07:12:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T01:12:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T21:56:09.089Z (almost 2 years ago)
- Language: Vue
- Size: 7.74 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).