/vue-ssr

vue server side render (still in process)

Primary LanguageJavaScriptMIT LicenseMIT

vue-ssr

QuickStart

mongodb

  • install

    $ brew install mongo
  • start service

    $ alias mongod = "mongod --config /usr/local/etc/mongod.conf"
    $ mongod

run

  • install dependencies

    $ npm install
  • build vue

    npm run dist
  • run

    $ npm run local /* read local dev config */
    $ npm run prod /* read online prod config */
    $ npm start /* read local dev config */
    $ open http://localhost:3000/demo.html

Q&A

Please open an issue here.

License

MIT