Skip to content

mattiasalm/tinyspa-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

Package containing scripts to build and serve a site based on @tinyspa/core.

Configuration file app.config.js can be included in /src folder to override defaults.


default config

module.exports = {
  name: 'tinyspa',
  shortName: 'tinyspa',
  description: 'tinyspa site',
  iconSizes: [72, 96, 128, 144, 152, 192, 384, 512],
  iconPath: 'images/icons',
  iconTextColor: '#fff',
  iconTextFont: 'Courier New',
  startUrl: '/',
  display: 'standalone',
  backgroundColor: '#66EDA8',
  themeColor: '#66EDA8',
  contentPrefetch: 'content'
};
Key Comment
name App name
description App description
iconSizes Icon sizes to generate
iconPath Path to where icons should be stored
iconTextColor Icon text color
iconTextFont Icon text font
startUrl Start url for app
display Display property for app
backgroundColor Background color for app. Also used as icon background color.
themeColor App theme color

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published