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

https://github.com/storyn26383/webpack

A Vue.js project template build with Webpack and vue-loader.
https://github.com/storyn26383/webpack

vue-loader vue-router vuejs webpack

Last synced: 3 months ago
JSON representation

A Vue.js project template build with Webpack and vue-loader.

Awesome Lists containing this project

README

          

# Vue.js Project Template

A Vue.js project template build with Webpack and `vue-loader`.

## Quick Start

### Initial

```bash
make init
```

### Build

```bash
make build
```

### Watch

```bash
make watch
```