8000 robotframework.github.com/sources at feature_new_user_alfastrahovanie · bitcoder/robotframework.github.com · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"path":"sources","repo":{"id":214166974,"defaultBranch":"master","name":"robotframework.github.com","ownerLogin":"bitcoder","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2019-10-10T11:38:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/553801?v=4","public":true,"private":false,"isOrgOwned":false},"currentUser":null,"refInfo":{"name":"feature_new_user_alfastrahovanie","listCacheKey":"v0:1624871453.712094","canEdit":false,"refType":"branch","currentOid":"ac0409d04bc35e154b2e5ae29d326e939f4aa9fd"},"tree":{"items":[{"name":"build","path":"sources/build","contentType":"directory"},{"name":"config","path":"sources/config","contentType":"directory"},{"name":"src","path":"sources/src","contentType":"directory"},{"name":"static/img/icons","path":"sources/static/img/icons","contentType":"directory","hasSimplifiedPath":true},{"name":".babelrc","path":"sources/.babelrc","contentType":"file"},{"name":".editorconfig","path":"sources/.editorconfig","contentType":"file"},{"name":".eslintignore","path":"sources/.eslintignore","contentType":"file"},{"name":".eslintrc.js","path":"sources/.eslintrc.js","contentType":"file"},{"name":".postcssrc.js","path":"sources/.postcssrc.js","contentType":"file"},{"name":"README.md","path":"sources/README.md","contentType":"file"},{"name":"index.html","path":"sources/index.html","contentType":"file"},{"name":"package-lock.json","path":"sources/package-lock.json","contentType":"file"},{"name":"package.json","path":"sources/package.json","contentType":"file"}],"templateDirectorySuggestionUrl":null,"readme":{"displayName":"README.md","richText":"\u003carticle class=\"markdown-body entry-content container-lg\" itemprop=\"text\"\u003e\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch1 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eRobotframework sources\u003c/h1\u003e\u003ca id=\"user-content-robotframework-sources\" class=\"anchor\" aria-label=\"Permalink: Robotframework sources\" href=\"#robotframework-sources\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cblockquote\u003e\n\u003cp dir=\"auto\"\u003eRobot Framework ecosystem front page sources\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eBuild Setup\u003c/h2\u003e\u003ca id=\"user-content-build-setup\" class=\"anchor\" aria-label=\"Permalink: Build Setup\" href=\"#build-setup\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cdiv class=\"highlight highlight-source-shell notranslate position-relative overflow-auto\" dir=\"auto\" data-snippet-clipboard-copy-content=\"\n# clone repo\ngit clone https://github.com/robotframework/robotframework.github.com.git\n\n# go to sources folder\ncd sources\n\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# and when you are ready to publish your changes, build for production with minification\nnpm run build\n\nThis will generate build files to top-level of project. Remember to commit these too.\"\u003e\u003cpre\u003e\u003cspan class=\"pl-c\"\u003e\u003cspan class=\"pl-c\"\u003e#\u003c/span\u003e clone repo\u003c/span\u003e\ngit clone https://github.com/robotframework/robotframework.github.com.git\n\n\u003cspan class=\"pl-c\"\u003e\u003cspan class=\"pl-c\"\u003e#\u003c/span\u003e go to sources folder\u003c/span\u003e\n\u003cspan class=\"pl-c1\"\u003ecd\u003c/span\u003e sources\n\n\u003cspan class=\"pl-c\"\u003e\u003cspan class=\"pl-c\"\u003e#\u003c/span\u003e install dependencies\u003c/span\u003e\nnpm install\n\n\u003cspan class=\"pl-c\"\u003e\u003cspan class=\"pl-c\"\u003e#\u003c/span\u003e serve with hot reload at localhost:8080\u003c/span\u003e\nnpm run dev\n\n\u003cspan class=\"pl-c\"\u003e\u003cspan class=\"pl-c\"\u003e#\u003c/span\u003e and when you are ready to publish your changes, build for production with minification\u003c/span\u003e\nnpm run build\n\nThis will generate build files to top-level of project. Remember to commit these too.\u003c/pre\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eFor a detailed explanation on how things work, check out the \u003ca href=\"http://vuejs-templates.github.io/webpack/\" rel=\"nofollow\"\u003evue-webpack template\u003c/a\u003e and \u003ca href=\"http://vuejs.github.io/vue-loader\" rel=\"nofollow\"\u003edocs for vue-loader\u003c/a\u003e.\u003c/p\u003e\n\u003cp dir=\"auto\"\u003eWe also use \u003ca href=\"https://bootstrap-vue.js.org/docs\" rel=\"nofollow\"\u003ebootstrap-vue\u003c/a\u003e for implementing bootstrap-v4.\u003c/p\u003e\n\u003c/article\u003e","errorMessage":null,"headerInfo":{"toc":[{"level":1,"text":"Robotframework sources","anchor":"robotframework-sources","htmlText":"Robotframework sources"},{"level":2,"text":"Build Setup","anchor":"build-setup","htmlText":"Build Setup"}],"siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fbitcoder%2Frobotframework.github.com%2Ftree%2Ffeature_new_user_alfastrahovanie%2Fsources"}},"totalCount":13,"showBranchInfobar":true},"fileTree":{"":{"items":[{"name":"sources","path":"sources","contentType":"directory"},{"name":"static","path":"static","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"CNAME","path":"CNAME","contentType":"file"},{"name":"README.rst","path":"README.rst","contentType":"file"},{"name":"index.html","path":"index.html","contentType":"file"}],"totalCount":6}},"fileTreeProcessingTime":1.706651,"foldersToFetch":[],"treeExpanded":true,"symbolsExpanded":false,"csrf_tokens":{"/bitcoder/robotframework.github.com/branches":{"post":"qVjanOe9e-ReOoq1LIODN5pVQW3TlyQMswrHNauKjIHdV1hSY6PRtf_IYpoT5Az9YLuwR6hcRRMhdY8ZlIJWmQ"},"/bitcoder/robotframework.github.com/branches/fetch_and_merge/feature_new_user_alfastrahovanie":{"post":"TnIyO0fjluZ_zWxFVTZFNf3GKEzZ1DguCw5VDWZ4cQP-ypaQtqonGjACZ4xlV3DKHscNhle4MvtMxsM4e2V86w"},"/bitcoder/robotframework.github.com/branches/fetch_and_merge/feature_new_user_alfastrahovanie?discard_changes=true":{"post":"7VpEDhJ-1TyWDBJYwmOyXU4X5mEmRH0HKZ4jKc2rUZVd4uCl4zdkwNnDGZHyAoeirRbDq6god9JuVrUc0LZcfQ"}}},"title":"robotframework.github.com/sources at feature_new_user_alfastrahovanie · bitcoder/robotframework.github.com","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-98e6e9db3609.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0