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
<script> | |
import { fetchOneEntry, Content, isPreviewing, getBuilderSearchParams } from '@builder.io/sdk-vue'; | |
const BUILDER_API_KEY = "ad6be8b1102143a394cb9b2848f6a20c"; | |
export default { | |
data: () => ({ | |
canShowContent: false, | |
content: null, | |
apiKey: BUILDER_API_KEY, |
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
import React from 'react'; | |
import ReactDOM from 'react-dom'; | |
import { Switch, Route, BrowserRouter, Link } from 'react-router-dom'; | |
import { BuilderComponent } from '@builder.io/react'; | |
import { Builder, withChildren } from '@builder.io/react'; | |
// for tabs | |
import { useState } from 'react'; | |
import { BuilderBlocks } from '@builder.io/react'; |
The fastest and easiest way to develop Angular applications is to use the Angular CLI. The Angular CLI is a tool which you can use to run commands in your terminal for generating and building Angular applications. To install the Angular CLI, run the following command in your terminal.
npm install -g @angular/cli
example-config.json as a marker, which can be an empty file stackblitz.json which can look like: { "description": "...", "files": [ "!/*.d.ts", "!/.js", "!**/.[1,2].*" ], "file": "src/app/app.component.ts",
Make sure you've read the Angular.io CONTRIBUTING.md before starting out.
Follow these steps when you are setting up the repo locally for the first time and would like to view your changes in the browser as you edit.
- Fork angular/angular.
In terminal: