https://github.com/jsmithdev/app-layout
https://github.com/jsmithdev/app-layout
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsmithdev/app-layout
- Owner: jsmithdev
- Created: 2022-07-15T06:59:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T16:23:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T23:15:35.255Z (over 1 year ago)
- Language: JavaScript
- Size: 235 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📱 app-layout
An app layout for LWC apps consisting of app bar, menu, drawer, etc
Demo: [https://jsmithdev.github.io/app-layout/](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](https://webpack.js.org/) uses the common (prod or dev) [webpack.config.js](./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)](https://lwc.dev) is an _"enterprise-grade, open source, standards-based web component framework"_