-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,26 @@ | ||
export default { | ||
homeTitle: "Quarkc, born for cross technology stack!", | ||
homeSubtitle: "Web Components Framework", | ||
homeSubtitle: "Web Components Toolkit", | ||
getStarted: "Get Started", | ||
getStartedQuarkc: "Build your component", | ||
getStartedQuarkd: "Components Docs", | ||
whyQuark: "Why Quark?", | ||
scrollDown: "Scroll Down", | ||
weBelieve: "WE BELIEVE", | ||
weBelieveDesc1: | ||
"The component library can exist without relying on the technical framework.", | ||
weBelieveDesc2: | ||
"If this can be done, then the component library can go through ups and downs and go through a long period of time!", | ||
weBelieveDesc3: | ||
"It does not need to be updated with the update of the technology stack.", | ||
advantage: "Advantages", | ||
box1Title: "Small size", | ||
|
||
box1Title: "Build page", | ||
box1Desc: | ||
"The built components do not need to rely on third-party runtimes, and the average volume of each page or component is about 1kb ~ 2kb.", | ||
box2Title: "Browser native", | ||
"A complete template is provided, no configuration is required, and it can be used right out of the box! Routing, global state management, vite packaging.", | ||
|
||
box2Title: "Build components", | ||
box2Desc: | ||
"Relying on Web components technology, components can be used by any front-end framework.", | ||
box3Title: "Future oriented", | ||
"Relying on Web components technology, you can easily build components across technology stacks.", | ||
|
||
box3Title: "face to the future", | ||
box3Desc: | ||
"Unlike other third-party component building methods, Quark do not rely on front-end frameworks, and do not need to be updated with technology stack updates.", | ||
whatDesc1: | ||
"Quarkc (Quark core): A Web Components compiler. It allows you to implement a custom cross-stack/frame-free native component with minimal cost and efficiency.", | ||
whatDesc2: | ||
"The data modification of the component is handled by the browser's own API, which is simpler and more efficient!", | ||
whatDesc3: | ||
"Component data modification is handled by the browser's own API, which is simpler and more efficient!", | ||
readPage: "Read this article", | ||
knowMore: "to learn more.", | ||
"Unlike other page/component construction methods, Quark does not rely on front-end frameworks and does not need to be updated as the technology stack is updated.", | ||
|
||
box4Title: "Extremely small", | ||
box4Desc: | ||
"Components built with Quarkc do not need to rely on third-party runtime, and the average size of each page/component is about 1kb ~ 2kb.", | ||
|
||
box5Title: "Browser native", | ||
box5Desc: "The build artifacts can be used by any front-end framework.", | ||
|
||
box6Title: "JSX syntax", | ||
box6Desc: "Quarkc supports using JSX syntax, easy to get started", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters