codepotatoltd / startamix
A laravel-mix powered Statamic theme framework
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 22
Language:HTML
- dev-master
- v0.1.0
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/tar-4.4.19
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ssri-6.0.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-dependabot/npm_and_yarn/acorn-6.4.1
- dev-tailwind
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
- dev-add-code-of-conduct-1
This package is auto-updated.
Last update: 2024-10-30 01:53:48 UTC
README
A laravel-mix powered Statamic theme framework
This is a simple Statamic theme framework that uses Laravel Mix for asset compilation.
Features
✅ SCSS / Bootstrap 4 compilation to CSS files
✅ Webpack awesomeness
✅ Laravel Mix's saucy magic
✅ JS compiling / minification
✅ Ready to develop on instantly
How to get started
- Download a fresh statamic site installation (or jump into an existing)
cd site/themes
git clone git@github.com:CodepotatoLtd/startamix.git <name-of-your-theme>
- Update webpacke.mix.js file to rename the css and js files to match your theme
npm install
npm run watch
to start watching for your code changes- When you're ready to push to production
npm run production
- Prosper 💰👏
Support / Help
Whilst this is MIT licensed there's no professional support, but please feel free to open a ticket if you experience any issues or have any feedback / improvements.
Enjoy!