1.0.0-beta.6 • Published 3 years ago

create-ream-app v1.0.0-beta.6

Weekly downloads
70
License
MIT
Repository
-
Last release
3 years ago

create-ream-app

NPM version NPM downloads CircleCI donate

How does this work?

This is a CLI that wraps SAO and template-ream, so running create-ream-app my-app is equivalent to running sao ream my-app.

Basically this is similar to create-react-app and template-ream uses Ream which is a server-rendered framework for Vue.js under the hood.

Install

yarn global add create-ream-app

Usage

# Generate project in cwd
mkdir my-ream-app && cd my-ream-app
create-ream-app

# Generate project in specific folder
create-ream-app my-ream-app
cd my-ream-app

Alternatively, if you have Yarn^0.25, you can use the yarn create command:

yarn create ream-app my-ream-app

For details about folder structure please head to template-ream.

For more usages on Ream please head to its documentation.

Related projects

  • Ream - Build server-rendered apps using Vue.js
  • template-ream - The template which this CLI uses
  • template-vue - Like this but uses Poi which is for single-page apps.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

create-ream-app © egoist, Released under the MIT License. Authored and maintained by egoist with help from contributors (list).

egoistian.com · GitHub @egoist · Twitter @rem_rin_rin

1.0.0-beta.6

3 years ago

1.0.0-beta.3

3 years ago

1.0.0-beta.4

3 years ago

1.0.0-beta.5

3 years ago

1.0.0-beta.1

3 years ago

1.0.0-beta.0

3 years ago

0.1.0

7 years ago