New gyoza, with new backend and up to date frontend
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
mcarquigny 12086a4c88 Basic UI rework 3 months ago
.vscode Initial commit 3 months ago
pocketbase Initial commit 3 months ago
public Initial commit 3 months ago
scripts Initial commit 3 months ago
src Basic UI rework 3 months ago
.editorconfig Initial commit 3 months ago
.eslintignore Basic UI rework 3 months ago
.eslintrc.cjs Basic UI rework 3 months ago
.gitignore Initial commit 3 months ago
.npmrc Initial commit 3 months ago
README.md Initial commit 3 months ago
index.html Initial commit 3 months ago
jsconfig.json Initial commit 3 months ago
package-lock.json Initial commit 3 months ago
package.json Initial commit 3 months ago
postcss.config.cjs Initial commit 3 months ago
quasar.config.js Basic UI rework 3 months ago

README.md

Gyoza (gyoza2)

HFSPlay stock management

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.