index.en.html 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. {{ partial "docs/html-head" . }}
  5. <link rel="stylesheet" href="{{ "intro.css" | relURL }}">
  6. {{ template "_internal/opengraph.html" . }}
  7. {{ template "_internal/twitter_cards.html" . }}
  8. </head>
  9. <body class="landing-page">
  10. {{ partial "top-bar" (dict "isLandingPage" true) }}
  11. {{ partial "intro" }}
  12. <div class="section-1">
  13. <div class="content">
  14. <h2>E-commerce for the Modern Web</h2>
  15. <p class="lead">Vendure is a new e-commerce framework built for the developers who are building the modern web.<br>
  16. <img src="{{ "svg/clr-icon-book-light.svg" | relURL }}" alt="check icon"> Read: <a href="{{ "blog/introducing-vendure" | relURL }}">Introducing Vendure</a></p>
  17. <iframe src="https://player.vimeo.com/video/315862294"
  18. title="intro video"
  19. class="vimeo-player" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
  20. <div class="stack-logos">
  21. <div class="stack-logo ts-logo">
  22. <img src="{{ "logo/ts-logo.svg" | relURL }}">
  23. </div>
  24. <div class="stack-logo graphql-logo">
  25. <img src="{{ "logo/graphql-logo.png" | relURL }}">
  26. </div>
  27. <div class="stack-logo node-logo">
  28. <img src="{{ "logo/nodejs-logo.png" | relURL }}">
  29. </div>
  30. <div class="stack-logo nest-logo">
  31. <img src="{{ "logo/nest-logo.svg" | relURL }}">
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36. <div class="section-2">
  37. <div class="content">
  38. <div class="features">
  39. <div class="feature">
  40. <div class="feature-copy">
  41. <h3>De-coupled & Flexible</h3>
  42. <p class="lead">
  43. Vendure is a headless framework, meaning that it delivers content through its <a href="https://graphql.org/">GraphQL API</a>, leaving you free to
  44. implement your store-front applications in the technologies of your choice.
  45. </p>
  46. </div>
  47. <div class="feature-image">
  48. <img src="{{ "features-code.png" | relURL }}">
  49. </div>
  50. </div>
  51. <div class="feature">
  52. <div class="feature-copy">
  53. <h3>Made for Developers</h3>
  54. <p class="lead">
  55. Vendure makes developer productivity a top priority. The framework is written in TypeScript and is
  56. built on the npm ecosystem.
  57. </p>
  58. <p class="lead">
  59. The combination of TypeScript and GraphQL provides end-to-end type safety.
  60. </p>
  61. </div>
  62. <div class="feature-image">
  63. <img src="{{ "features-dev.png" | relURL }}">
  64. </div>
  65. </div>
  66. <div class="feature">
  67. <div class="feature-copy">
  68. <h3>Open Source</h3>
  69. <p class="lead">
  70. Vendure is available under the <a href="https://tldrlegal.com/license/mit-license">MIT license</a>.
  71. </p>
  72. <p class="lead">
  73. All development of the core framework is being done in the open on <a href="https://github.com/vendure-ecommerce/vendure">GitHub</a>.
  74. </p>
  75. </div>
  76. <div class="feature-image">
  77. <img src="{{ "features-oss.png" | relURL }}">
  78. </div>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. <div class="section-3">
  84. <div class="content">
  85. <h2>Features</h2>
  86. <div class="features">
  87. <ul class="feature-list">
  88. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Products & variants</li>
  89. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Stock management</li>
  90. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">On-the-fly image resize & crop</li>
  91. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Product facets & faceted search</li>
  92. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Product categories / collections</li>
  93. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Extensible product search via Elastic, Algolia etc.</li>
  94. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Payment provider integrations</li>
  95. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Shipping provider integrations</li>
  96. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Tax calculations based on category and zone</li>
  97. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Discounts and promotions</li>
  98. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Multiple administrators with fine-grained permissions</li>
  99. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Built-in admin interface</li>
  100. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Multi-language support</li>
  101. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Guest checkouts</li>
  102. </ul>
  103. </div>
  104. <p><small>The above features are either already implemented or planned for the beta release</small></p>
  105. </div>
  106. </div>
  107. <div class="section-4">
  108. <div class="content">
  109. <h2>Get Started</h2>
  110. <div class="getting-started">
  111. <div class="install-code">
  112. <div class="highlight">
  113. <pre class="chroma"><code class="language-bash" data-lang="bash">$ npm install @vendure/core@alpha
  114. <span class="c1"># or</span>
  115. $ yarn add @vendure/core@alpha</code>
  116. </pre>
  117. </div>
  118. </div>
  119. <div class="getting-started-link">
  120. <div class='alert warning'>
  121. <p>
  122. <strong>Note</strong> Vendure is currently in <strong>alpha</strong>, which means it is not yet production-ready.
  123. </p>
  124. </div>
  125. <a href="{{ "docs/getting-started" | relURL }}" class="getting-started-button">
  126. <img src="{{ "svg/clr-icon-bolt-light.svg" | relURL }}"> Getting Started Guide
  127. </a>
  128. </div>
  129. </div>
  130. </div>
  131. </div>
  132. {{ partial "footer" }}
  133. {{ template "_internal/google_analytics_async.html" . }}
  134. <script src="{{ "intro.js" | relURL }}"></script>
  135. </body>
  136. </html>