1. 28 5月, 2020 1 次提交
  2. 17 1月, 2020 1 次提交
    • S
      Make example READMEs more consistent (#10124) · 6804039e
      Shu Uesugi 提交于
      * npx create → npm init
      
      * Fix inconsistent instructions
      
      * Update amp-first
      
      * Update with-graphql-react
      
      * with-firebase-cloud-messaging
      
      * Update with-higher-order-component
      
      * change create-next-app url
      
      * Update create-next-app instruction
      
      * Update instructions to use npm instead of npx
      
      * Move "the idea behind the example" to top
      
      * Rename
      
      * Rename
      
      * Update contributing.md with a README template
      6804039e
  3. 11 10月, 2019 1 次提交
  4. 12 7月, 2018 1 次提交
  5. 03 4月, 2018 1 次提交
  6. 14 3月, 2018 1 次提交
  7. 07 12月, 2017 1 次提交
  8. 03 12月, 2017 1 次提交
  9. 19 8月, 2017 1 次提交
  10. 09 8月, 2017 1 次提交
    • S
      Add Electron example (#1430) · 4b0467ed
      Sergio Xalambrí 提交于
      * Add Electron usage example
      
      * Remove the deploy part
      
      * Only allow GET request to our HTTP server
      
      * Only allow request from an electron app (checking the user agent)
      
      * Add warning about the local HTTP server
      
      * Update package.json
      
      * Update example to use Next.js v3
      
      * Added required package.json fields with placeholders
      
      * Use next:// file protocol to open internal built files
      
      * Create next.config.js
      
      * Update set-menu.js
      
      * Update example to merge it with electron-next-skeleton ideas
      4b0467ed