Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.