https://github.com/rayc2045/apps-script-order-app
Order App with Google Sheet and Apps Script API
https://github.com/rayc2045/apps-script-order-app
Last synced: 14 days ago
JSON representation
Order App with Google Sheet and Apps Script API
- Host: GitHub
- URL: https://github.com/rayc2045/apps-script-order-app
- Owner: rayc2045
- Created: 2022-07-16T00:17:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T05:52:11.000Z (almost 4 years ago)
- Last Synced: 2026-03-31T05:38:44.629Z (3 months ago)
- Language: HTML
- Homepage: https://rayc2045.github.io/apps-script-order-app/
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 🤘 Create Petite App
`create-petite-app` is a frontend template that includes libraries MDBootstrap, Animate.css, and Petite-Vue.
The use of CSS utility classes and the reactivity model provided by Petite-Vue helps build projects very fast!
Demo website: [Lomography LomoInstant Automat | flyingV](https://flyingv-lomoinstant.netlify.app/)
## Features
- Vue template syntax and reactivity model
- Ready-to-use CSS Utility classes and animations
- Dynamic import of JavaScript ES6 [modules](https://github.com/mdn/js-examples/tree/master/module-examples)
## Pre-packed
- [Noto Sans](https://fonts.google.com/noto/specimen/Noto+Sans) - the modern font suitable for most websites
- [MDBootstrap](https://mdbootstrap.com/) (v4.0.0) - material design for Bootstrap v5, helps build responsive mobile-first sites quickly
- [Font Awesome](https://fontawesome.com/) (v6.1.1) - the icon library and toolkit used by millions of designers and developers
- [Animate.css](https://animate.style/) (v4.1.1) - ready-to-use animation library, great for emphasis, home pages, sliders, and attention-guiding hints
- [Petite-Vue](https://github.com/vuejs/petite-vue) (v0.4.1) - progressive JavaScript library driven by `@vue/reactivity` for building web user interfaces
## Ways of quick start
- [Create a new repo from this template on GitHub](https://github.com/rayc2045/create-petite-app/)
- [Download this template to local](https://github.com/rayc2045/create-petite-app/archive/refs/heads/main.zip)
- Create a new project from the command line (npm v5.2):
```
cd desktop; npx degit rayc2045/create-petite-app new-petite-app
```
## Usage
- Use [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) to preview the project
- Use [Live Sass Compiler](https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass) to compile Sass/Scss to CSS
- Use [MinifyAll](https://marketplace.visualstudio.com/items?itemName=josee9988.minifyall) to compress JavaScript code
- Deploy production web applications on [Netlify](https://app.netlify.com/start)