0.98.0 • Published 4 years ago

@tenjo/wapp v0.98.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Installation

npm i @tenjo/wapp

Add scripts to package json

  "scripts": {
    "start": "wapp",
    "build": "wapp build",
    "build:analyze": "wapp build && wapp analyze",
  }

Global state

Files with extenstion .state.js in their name ie: movies.state.js will be added to global state ensure name of exported provider is the same name of the file ei: export { MoviesProvider } from...

.wapp.manifest.js

authentication

Options: firebase

authentication: 'firebase',
Firebase
firebase: {
config: firebaseConfig,
},

Fonts

Adding font files to src/fonts will automatically add them to the page

License

This project is licensed under the terms of the MIT license.