Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dfgdfg #10

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
171 changes: 171 additions & 0 deletions .swm/sdfdsdsdsdsdsdsdsdsss.rm5oc.sw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
---
id: rm5oc
name: sdfdsdsdsdsdsdsdsdsss
file_version: 1.0.2
app_version: 0.9.1-4
file_blobs:
package.json: 0beb07e6c7f7be666040f88e97b00eb35161a69d
src/editor.js: e0917fd0e65ef5600fa79e518ba482d23815a0e7
webpack.config.js: c6cb9a9e51cae63f195c1d1185ad12c8c2af0724
src/components/GpEditor.vue: 7309a31647001e64652664776bbb961f07460c4d
---

gdfgdfgdf

sdfsdfdsfdsf

sdfdsfdsfds

<br/>

**aaaaaaadasdsdssdfsd fsdfd dsdsdsd fsdf**

david is the king!dsd
<!-- NOTE-swimm-snippet: the lines below link your snippet to Swimm -->
### 📄 package.json
```json
⬜ 7 "serve": "vue-cli-service serve",
⬜ 8 "build": "npm run build:editor && npm run build:component:vue",
⬜ 9 "build:editor": "webpack --mode production",
🟩 10 "build:component:vue": "vue-cli-service build --target lib --name index ./src/editor.js",
🟩 11 "perpareMainFolder": "cp -r ./dist/* . && rm -rf ./dist && cp -r ./build/translations .",
🟩 12 "prepublishOnly": "npm run build && npm run perpareMainFolder",
🟩 13 "postpublish": "git clean -fd",
⬜ 14 "test": "echo \"Error: no test specified\" && exit 1"
⬜ 15 },
⬜ 16 "repository": {
```

<br/>

aaaaaaassssafghfghssssasdasdsaddsdsd
<!-- NOTE-swimm-snippet: the lines below link your snippet to Swimm -->
### 📄 src/editor.js
```javascript
⬜ 6 }
⬜ 7 };
⬜ 8
🟩 9 export default EditorPlugin;
⬜ 10
⬜ 11 export { GpEditor };
⬜ 12
```

<br/>

hjhjjhj

sssssדדדדdsdgfdgdfgdfgddfsdhfghfghfgh`cli`[<sup id="Z1qEFUp">↓</sup>](#f-Z1qEFUp) `async`[<sup id="Z1MOAMo">↓</sup>](#f-Z1MOAMo) `const`[<sup id="1GGhQ8">↓</sup>](#f-1GGhQ8) `const`[<sup id="1GGhQ8">↓</sup>](#f-1GGhQ8)ons `dist`[<sup id="1MHE0W">↓</sup>](#f-1MHE0W) fsdfsdf

dfgdf sf sdfsdfsd f

dfgdgdgdggdfg

# כגדכדגכדג

`dist`[<sup id="1MHE0W">↓</sup>](#f-1MHE0W) `resolve`[<sup id="1BkJHg">↓</sup>](#f-1BkJHg) `config`[<sup id="tjbD2">↓</sup>](#f-tjbD2) `terser`[<sup id="10PrwP">↓</sup>](#f-10PrwP) `async`[<sup id="Z1MOAMo">↓</sup>](#f-Z1MOAMo) `async`[<sup id="Z1MOAMo">↓</sup>](#f-Z1MOAMo) `async`[<sup id="Z1MOAMo">↓</sup>](#f-Z1MOAMo)

`cli`[<sup id="Z29sBUR">↓</sup>](#f-Z29sBUR) `const`[<sup id="ZC72u7">↓</sup>](#f-ZC72u7) `require`[<sup id="Z27Gsds">↓</sup>](#f-Z27Gsds)

<br/>

<div align="center"><img src="https://media4.giphy.com/media/0RLA7BkxgMHVhAAPKN/giphy.gif?cid=d56c4a8b1hrvsx3nvcpu1aotxterumb9f05be6g00on7x35j&rid=giphy.gif&ct=g" style="width:'50%'"/></div>

<br/>

hhhhh
<!-- NOTE-swimm-snippet: the lines below link your snippet to Swimm -->
### 📄 webpack.config.js
```javascript
⬜ 14 const TerserPlugin = require( 'terser-webpack-plugin' );
⬜ 15
⬜ 16 module.exports = {
🟩 17 devtool: 'source-map',
⬜ 18 performance: { hints: false },
⬜ 19
⬜ 20 entry: path.resolve( __dirname, 'src', 'index.js' ),
```

<br/>

fsdf s `./`[<sup id="Z2mhDUk">↓</sup>](#f-Z2mhDUk) `&&`[<sup id="Z24xvuo">↓</sup>](#f-Z24xvuo)
<!-- NOTE-swimm-snippet: the lines below link your snippet to Swimm -->
### 📄 src/components/GpEditor.vue
```vue
⬜ 19 components: { ckeditor: CKEditor.component },
⬜ 20 props: [ 'modelValue', 'config' ],
⬜ 21 emits: ['input', 'update:modelValue'],
🟩 22 setup(props, { emit }) {
⬜ 23 const editor = ref(ClassicEditor);
⬜ 24
⬜ 25 watch(() => props.config, async () => {
```

<br/>

<!-- THIS IS AN AUTOGENERATED SECTION. DO NOT EDIT THIS SECTION DIRECTLY -->
### Swimm Note

<span id="f-Z24xvuo">&&</span>[^](#Z24xvuo) - "package.json" L8
```json
"build": "npm run build:editor && npm run build:component:vue",
```

<span id="f-Z2mhDUk">./</span>[^](#Z2mhDUk) - "package.json" L10
```json
"build:component:vue": "vue-cli-service build --target lib --name index ./src/editor.js",
```

<span id="f-Z1MOAMo">async</span>[^](#Z1MOAMo) - "src/components/GpEditor.vue" L25
```vue
watch(() => props.config, async () => {
```

<span id="f-Z1qEFUp">cli</span>[^](#Z1qEFUp) - "package.json" L10
```json
"build:component:vue": "vue-cli-service build --target lib --name index ./src/editor.js",
```

<span id="f-Z29sBUR">cli</span>[^](#Z29sBUR) - "package.json" L7
```json
"serve": "vue-cli-service serve",
```

<span id="f-tjbD2">config</span>[^](#tjbD2) - "src/components/GpEditor.vue" L20
```vue
props: [ 'modelValue', 'config' ],
```

<span id="f-1GGhQ8">const</span>[^](#1GGhQ8) - "webpack.config.js" L14
```javascript
const TerserPlugin = require( 'terser-webpack-plugin' );
```

<span id="f-ZC72u7">const</span>[^](#ZC72u7) - "src/components/GpEditor.vue" L23
```vue
const editor = ref(ClassicEditor);
```

<span id="f-1MHE0W">dist</span>[^](#1MHE0W) - "package.json" L11
```json
"perpareMainFolder": "cp -r ./dist/* . && rm -rf ./dist && cp -r ./build/translations .",
```

<span id="f-Z27Gsds">require</span>[^](#Z27Gsds) - "webpack.config.js" L14
```javascript
const TerserPlugin = require( 'terser-webpack-plugin' );
```

<span id="f-1BkJHg">resolve</span>[^](#1BkJHg) - "webpack.config.js" L20
```javascript
entry: path.resolve( __dirname, 'src', 'index.js' ),
```

<span id="f-10PrwP">terser</span>[^](#10PrwP) - "webpack.config.js" L14
```javascript
const TerserPlugin = require( 'terser-webpack-plugin' );
```

<br/>

This file was generated by Swimm. [Click here to view it in the app](http://localhost:5001/repos/Z2l0aHViJTNBJTNBZ3AtZWRpdG9yJTNBJTNBZ3JlZW5wcmVzcw==/docs/rm5oc).