Vite & Vue powered static site generator.
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.
 
 
 
 
Go to file
Evan You 9069e4673b
init
5 years ago
bin init 5 years ago
src init 5 years ago
theme init 5 years ago
.gitignore init 5 years ago
.prettierrc init 5 years ago
README.md init 5 years ago
package.json init 5 years ago
tsconfig.json init 5 years ago
yarn.lock init 5 years ago

README.md

Problems to Fix

  • Should not require vue-router
  • Should not require chunk metadata for each page
  • Should only inline site metadata that is used in runtime code (detect via proxy created with useSiteData())
  • Should use stringified site metadata
  • i18n data should be fetched on demand