https://github.com/omgimalexis/simon
A Vuejs 2.0 + Browserify + Feathersjs + Yarn stack.
https://github.com/omgimalexis/simon
browserify browserify-yarn es6 feathersjs nodejs rest-api websocket
Last synced: about 2 months ago
JSON representation
A Vuejs 2.0 + Browserify + Feathersjs + Yarn stack.
- Host: GitHub
- URL: https://github.com/omgimalexis/simon
- Owner: OmgImAlexis
- Created: 2016-12-31T08:34:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T03:29:10.000Z (about 8 years ago)
- Last Synced: 2025-08-12T01:05:12.225Z (11 months ago)
- Topics: browserify, browserify-yarn, es6, feathersjs, nodejs, rest-api, websocket
- Language: JavaScript
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Simon Stack
> A Vuejs 2.0 + Browserify + Feathersjs + Yarn stack.
### Usage
This is a project template for [vue-cli](https://github.com/vuejs/vue-cli).
``` bash
$ yarn global add vue-cli
$ vue init https://github.com/omgimalexis/simon my-project-name
```
After this you'll have my-project-name dir with a client and/or a server dir inside of it.
You'll need to cd into each of the client/server dirs and run `yarn install`.
To launch the client/server in development mode use `yarn start-dev`,
for production mode use `yarn start`.
### What's Included in the Client
- `yarn start-dev`: Browserify + Vueify + with proper config for source map & hot-reload.
- `yarn start`: Same as above but without hot-reloading.
- `yarn build`: Production build with HTML/CSS/JS minification.
### What's Included in the Server
- `yarn start-dev`: Feathersjs using ES6 with a message and user route already setup.
- `yarn build`: Production build with minification.