Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

An application made to generate projects based on zeropenny-frontend-starter-kit

License

Notifications You must be signed in to change notification settings

zero-penny-architecture/create-zp-vue-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@zeropenny/create-zp-vue-app

An application made to generate projects based on zeropenny-frontend-starter-kit.

Install

You can install globally the tool with npm or yarn

npm install --global @zeropenny/create-zp-vue-app
# or
yarn global add @zeropenny/create-zp-vue-app

Execute

create-zp-vue-app

alternatively you can use npx to directly the CLI to generate a project without installing

npx @zeropenny/create-zp-vue-app

You will be asked a set of questions, just fill the answers with the provided data and you will have your new project on the go ;)

Additional Notes

The template project requires:

  • A gitlab repository (wether in cloud or hosted)

  • 2 Heroku apps, one for development and one for production environment.

    You will be prompted for a single name because the two app names must respect the following rule:

    development heroku app name must be equal to the production app name with a "-dev" suffix.
    

    For example, if your "heroku app" field is my-awesome-app, you need one heroku app called my-awesome-app-dev and one called my-awesome-app in your account.

    Check the .gitlab-ci.yml example for reference.

About

An application made to generate projects based on zeropenny-frontend-starter-kit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project