jsmithdev / app-layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“± app-layout

An app layout for LWC apps consisting of app bar, menu, drawer, etc

Demo: https://jsmithdev.github.io/app-layout/

πŸ‘©β€πŸ’» Development

npm i to install dependencies

npm start to have webpack serve the app and live reload

npm run build or npm run build:dev to build to /dist

During build webpack uses the common (prod or dev) webpack.config.js

🚧 WIP

Still building but at some point this may turn into one or more of the following:

  • just make the repo a template
  • incorporate into my lwc-app yeoman generator
  • make importable via npm publish
  • break every component out and this be a mono repo

That's in order of lift therefore probability 😼

πŸ’‘ About

Lightning Web Components (LWC) is an "enterprise-grade, open source, standards-based web component framework"

About


Languages

Language:JavaScript 44.8%Language:CSS 32.2%Language:HTML 22.5%Language:Shell 0.4%