Skip to content

stenverbois/appy-creator

Repository files navigation

Appy Creator

A super awesome app creation tool!

Setup

# Install node modules
sudo npm install

Available commands

Deze runnen gewoon de commands in het scripts object van de package.json als ge wilt zien wa ze doen.

# Run dev website on http://localhost:8080
npm run dev

# Build files for production (needed for electron app)
npm run build

# Start electron app
npm start

# Run test suite
npm test

How to add components?

Go to the folder src/renderer/components

  • Add cmp-item.vue file
  • Add item.coffee file
  • Add your item to components.coffee

!! Check your indentation

Links

About

A super awesome app creation tool!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published