Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kokushin/express-vue
- Owner: kokushin
- License: mit
- Created: 2017-12-26T13:12:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T15:25:40.000Z (about 7 years ago)
- Last Synced: 2024-11-25T19:25:22.954Z (3 months ago)
- Topics: boilerplate, eslint, express, nodejs, vue, vue-router, vuex, webpack
- Language: JavaScript
- Homepage:
- Size: 473 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`