index.en.html 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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. <div class="graphql-playground-widget">
  16. <div class="graphql-playground-tab" data-name="Product List">
  17. query {
  18. products(options: { skip: 0 take: 3 }) {
  19. totalItems
  20. items {
  21. name
  22. variants {
  23. sku
  24. name
  25. price
  26. }
  27. }
  28. }
  29. }
  30. </div>
  31. <div class="graphql-playground-tab" data-name="Product Search">
  32. query {
  33. search(input: { term: "camera" }) {
  34. items {
  35. sku
  36. productName
  37. }
  38. }
  39. }
  40. </div>
  41. <div class="graphql-playground-tab" data-name="Add To Order">
  42. mutation {
  43. addItemToOrder(productVariantId: 5 quantity: 1) {
  44. ...on Order {
  45. code
  46. total
  47. state
  48. lines {
  49. productVariant {
  50. id
  51. name
  52. }
  53. unitPrice
  54. quantity
  55. totalPrice
  56. }
  57. }
  58. ...on ErrorResult {
  59. errorCode
  60. message
  61. }
  62. }
  63. }
  64. </div>
  65. </div>
  66. <p class="lead">Vendure is a new e-commerce framework built for the developers who are building the modern web.<br>
  67. <div class="stack-logos">
  68. <div class="stack-logo ts-logo">
  69. <img src="{{ "logo/ts-logo.svg" | relURL }}">
  70. </div>
  71. <div class="stack-logo graphql-logo">
  72. <img src="{{ "logo/graphql-logo.png" | relURL }}">
  73. </div>
  74. <div class="stack-logo node-logo">
  75. <img src="{{ "logo/nodejs-logo.png" | relURL }}">
  76. </div>
  77. <div class="stack-logo nest-logo">
  78. <img src="{{ "logo/nest-logo.svg" | relURL }}">
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. <div class="section-2">
  84. <div class="content">
  85. <div class="features">
  86. <div class="feature">
  87. <div class="feature-copy">
  88. <h3>De-coupled & Flexible</h3>
  89. <p class="lead">
  90. Vendure is a <strong>headless framework</strong>, meaning that it delivers content through its <a href="https://graphql.org/">GraphQL API</a>, leaving you free to
  91. implement your store-front applications in the technologies of your choice.
  92. </p>
  93. </div>
  94. <div class="feature-image">
  95. <img src="{{ "features-code.png" | relURL }}">
  96. </div>
  97. </div>
  98. <div class="feature">
  99. <div class="feature-copy">
  100. <h3>Made for Developers</h3>
  101. <p class="lead">
  102. Vendure makes <strong>developer productivity</strong> a top priority. The framework is written in TypeScript and is
  103. built on the npm ecosystem.
  104. </p>
  105. <p class="lead">
  106. The combination of TypeScript and GraphQL provides <strong>end-to-end type safety</strong>.
  107. </p>
  108. </div>
  109. <div class="feature-image">
  110. <img src="{{ "features-dev.png" | relURL }}">
  111. </div>
  112. </div>
  113. <div class="feature">
  114. <div class="feature-copy">
  115. <h3>Open Source</h3>
  116. <p class="lead">
  117. Vendure is available under the <a href="https://tldrlegal.com/license/mit-license">MIT license</a>.
  118. </p>
  119. <p class="lead">
  120. All development of the core framework is being done <strong>in the open</strong> on <a href="https://github.com/vendure-ecommerce/vendure">GitHub</a>.
  121. </p>
  122. </div>
  123. <div class="feature-image">
  124. <img src="{{ "features-oss.png" | relURL }}">
  125. </div>
  126. </div>
  127. <div class="feature">
  128. <div class="feature-copy">
  129. <h3>Works with your favourite tech</h3>
  130. <p class="lead">
  131. With Vendure you are <strong>free to choose</strong> the front-end technology you know best.
  132. </p>
  133. <p class="lead">
  134. You and your team have expertise. Use it to <strong>rapidly</strong> build the storefront your clients have dreamed of.
  135. </p>
  136. </div>
  137. <div class="feature-image">
  138. <img src="{{ "features-frameworks.jpg" | relURL }}">
  139. </div>
  140. </div>
  141. </div>
  142. </div>
  143. </div>
  144. <div class="section-3">
  145. <div class="content">
  146. <h2>Features</h2>
  147. <div class="features">
  148. <ul class="feature-list">
  149. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Products & variants</li>
  150. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Stock management</li>
  151. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">On-the-fly image resize & crop</li>
  152. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Product facets & faceted search</li>
  153. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Product categories / collections</li>
  154. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Extensible product search via Elastic, Algolia etc.</li>
  155. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Payment provider integrations</li>
  156. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Shipping provider integrations</li>
  157. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Tax calculations based on category and zone</li>
  158. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Discounts and promotions</li>
  159. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Multiple administrators with fine-grained permissions</li>
  160. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Built-in admin interface</li>
  161. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Multi-language support</li>
  162. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Guest checkouts</li>
  163. </ul>
  164. </div>
  165. </div>
  166. </div>
  167. <div class="section-4">
  168. <div class="content">
  169. <h2>Get Started</h2>
  170. <div class="install-code">
  171. <div class="highlight">
  172. <pre class="chroma"><code class="language-bash" data-lang="bash">$ npx @vendure/create my-shop</code></pre>
  173. </div>
  174. </div>
  175. <iframe src="https://player.vimeo.com/video/329126409"
  176. title="intro video"
  177. class="vimeo-player" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
  178. <div class="getting-started-link">
  179. <a href="{{ "docs/getting-started" | relURL }}" class="getting-started-button">
  180. <img src="{{ "svg/clr-icon-bolt-light.svg" | relURL }}"> Get Started Now
  181. </a>
  182. </div>
  183. </div>
  184. </div>
  185. {{ partial "footer" }}
  186. {{ template "_internal/google_analytics_async.html" . }}
  187. <script src="{{ "intro.js" | relURL }}"></script>
  188. </body>
  189. </html>