scandipwa / create-scandipwa-app

A zero-configuration tool-chain which allows for front-end application theming, extension and translation.

Home Page:https://docs.create-scandipwa-app.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE! The development has moved to the https://github.com/scandipwa/scandipwa repository.

Create ScandiPWA App

A zero-configuration tool-chain which allows for front-end application theming, extension and translation.

Create ScandiPWA App works on MacOS, Windows, and Linux. If something doesn’t work, please file an issue.

Most important features

Application plugins 🧬

Create modular front-end application with unlimited extensibility using the application plugins feature.

Theme overrides 💅

Create reusable presentations of your frontend with inheritance-based theming mechansim.

Build configuration plugins 🗜️

Break boundaries with pluggable build configurations. Package your build-configuration into a module and share across projects.

But that's not it! Create ScandiPWA App also allows for virtual modules, file provision, translations and more!

Creating an App

You’ll need to have Node >= 10.13 on your local development machine (but it’s not required on the server). You can use n (macOS, Linux) or nvm-windows to switch Node versions between different projects.

To create a new blank app, you may choose one of the following methods:

NPX

npx create-scandipwa-app my-app

npx comes with npm 5.2+ and higher

NPM

npm init scandipwa-app my-app

npm init <initializer> is available in npm 6+

Yarn

yarn create scandipwa-app my-app

yarn create is available in Yarn 0.25+

Note: To create an application independent from Magento 2, add --template blank option to creation command.

Contribution

We'd love to have your helping hand on create-scandipwa-app! See CONTRIBUTING.md for more information on what we're looking for and how to get started.

Thanks to these awesome ❤️ people for contribution!

License

Create ScandiPWA App is open source software licensed as OSL-3.0.

About

A zero-configuration tool-chain which allows for front-end application theming, extension and translation.

https://docs.create-scandipwa-app.com/

License:Open Software License 3.0


Languages

Language:JavaScript 67.1%Language:TypeScript 30.9%Language:SCSS 0.9%Language:CSS 0.8%Language:HTML 0.2%Language:PHP 0.1%