Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilafadeev/vue-js-patterns
Vue.js patterns implementation
https://github.com/danilafadeev/vue-js-patterns
javascript vue vue-patterns vuejs2
Last synced: 17 days ago
JSON representation
Vue.js patterns implementation
- Host: GitHub
- URL: https://github.com/danilafadeev/vue-js-patterns
- Owner: DanilaFadeev
- License: mit
- Created: 2019-11-02T16:39:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:48:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T20:08:10.568Z (about 1 month ago)
- Topics: javascript, vue, vue-patterns, vuejs2
- Language: Vue
- Homepage: https://danilafadeev.github.io/vue-js-patterns/#/
- Size: 909 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue js patterns
Simple examples of some handy Vue.js patterns with sources.
## Getting Started
Website: [Vue.js Patterns Demo](https://danilafadeev.github.io/vue-js-patterns/#/)
### Prerequisites
For running project localy you have to install `Node.js` and `Yarn` or `NPM` on your local machine.
```
node -v # suggested 8.15+
yarn -v # suggested 1.17+
```### Up and running
Install dependencies with yarn packege manager
```
yarn
```Run local development server
```
yarn dev
```Build project for webserver or static using
```
yarn build
yarn build:static
```## Built With
* [Vue.js](https://vuejs.org/v2/guide/) - The Progressive JavaScript Framework
* [Element](https://element.eleme.io/#/en-US/component/installation) - Element, a Vue 2.0 based component library for developers, designers and product managers
* [Webpack](https://webpack.js.org/guides/getting-started/) - Webpack is an open-source JavaScript module bundler. It is a module bundler primarily for JavaScript, but it can transform front-end assets like HTML, CSS, and images if the corresponding plugins are included.## Authors
* **Daniil Demidovich** - *Maintainer* - [DanilaFadeev](https://github.com/DanilaFadeev)
## License
This project is licensed under the MIT License.