Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kokushin/express-vue

express + vue, vue-router, vuex, eslint, webpack 3
https://github.com/kokushin/express-vue

boilerplate eslint express nodejs vue vue-router vuex webpack

Last synced: 21 days ago
JSON representation

express + vue, vue-router, vuex, eslint, webpack 3

Awesome Lists containing this project

README

        

# express-vue

express + vue, vue-router, vuex, eslint, webpack 3

## development

```shell
yarn dev
```

at `localhost:3000`

## build

```shell
yarn build
```

output to `public/javascripts/app.js`