:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.

Overview


Markdownify
best-resume-ever

Travis badge

👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever!

Made with Vue and LESS.



Cool

Creative

Green

Purple

Side Bar

Left Right

Material Dark

Oblique



Prerequisite

  1. It is required to have Node.js with version 8.5.0 or higher. To see what version of Node.js is installed on your machine type the following command in the terminal:
node -v
  1. If you do not have installed Node.js in your machine then go to this link in order to install node.

How to use

  1. Clone this repository.
git clone https://github.com/salomonelli/best-resume-ever.git
  1. Go to the cloned directory (e.g. cd best-resume-ever).

  2. Run npm install.

  3. Customize your resume in the resume/ directory: edit your data data.yml and replace the default profile-picture id.jpg with your picture. Rename your picture as id.jpg and copy it in the resume/ directory.

  4. Preview resumes with npm run dev. The command will start a server instance and listen on port 8080. Open (http://localhost:8080/home) in your browser. The page will show some resume previews. To see the preview of your resume, with your picture and data, click on one layout that you like and the resume will be opened in the same window.

Resume previews

  1. Export your resume as pdf by running the command npm run export. In order to avoid errors due to the concurrency of two npm run commands, stop the execution of the previus npm run dev and then type the export command.

All resumes will be exported to the pdf/ folder.


Creating and Updating Templates

Please read the developer docs on how to create or update templates.


Contribute

Feel free to add your own templates, language supports, fix bugs or improve the docs. Any kind of help is appreciated! If you make any kind of changes to an existing template, please commit them as new templates.


Credits

This project uses several open source packages:



sarasteiert.com  ·  GitHub @salomonelli  ·  Twitter @salomonelli

License

MIT

Comments
  • Integration with GitHub Pages

    Integration with GitHub Pages

    Do you think it's a good idea to enable integration with GitHub Pages? This would allow devs to deploy their resume right from the command line using gh-pages

    enhancement 
    opened by cezar-carneiro 17
  • npm run export  working but no resume generated in pdf folder

    npm run export working but no resume generated in pdf folder

    DONE Compiled successfully in 9128ms

    Listening at http://localhost:8080

    Connected to server ... Exporting ... Finished exports.

    Downloads\resumes\best-resume-ever>

    help wanted 
    opened by pavanyogi 13
  • Blank review and blank PDFs generated while doing export on Linux

    Blank review and blank PDFs generated while doing export on Linux

    BUG

    Issue

    Blank review on Linux and blank PDFs on export

    Info

    • Operating System: LINUX
    • Node-Version: v8.8.1

    Reproduce

    Step 1: Done the editing in resume folder

    Step 2: Running the review on dev server

    dev server running host 8080 blank review

    The review runs on host 8080 but when I click on the template, it is blank

    Step 3: npm run export creates the pdf in PDF folder but all the pdf are blank

    export command runs successfully all blank pdfs

    opened by varunu28 9
  • Does not preview or export entire resume

    Does not preview or export entire resume

    Case

    • BUG

    Issue

    When previewing or exporting to PDF, only about 3/4ths of the resume is shown.

    Info

    • Operating System: Windows
    • Node-Version: v8.5.0

    Reproduce

    npm run dev npm run export

    opened by mgrigajtis 9
  • Update vue to the latest version 🚀

    Update vue to the latest version 🚀

    Version 2.5.3 of vue was just published.

    Dependency vue
    Current Version 2.5.2
    Type dependency

    The version 2.5.3 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of vue.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Release Notes v2.5.3

    Notable update: Type compatibility with TS 2.6

    Bug Fixes

    • core: static trees should be cached on options (#6826) (#6837) b6c384d
    • core: $set should respect properties on prototype chain 83ed926, closes #6845
    • core: also clone component slot children during deepClone 1cf02ef, closes #6891 #6915
    • core: properly mark slot rendered flag in production mode 4fe1a95, closes #6997
    • core: clean up target variables to avoid memory leaks (#6932) c355319, closes #6931
    • core: properly handle nested named slot passing 5a9da95, closes #6996
    • core: properly $off array of events (#6949) c24f3e4
    • ssr: properly render <select v-model> initial state e1657fd, closes #6986
    • ssr: properly render textarea value 79c0d7b, closes #6986
    • ssr: should not optimize root if conditions 4ad9a56, closes #6907
    • types: improve typing for better completion (#6886) 98ea0a3
    • types: relax $options type for TS2.6+ (#6819) 9caed00
    • keep-alive: higher priority for exclude than include (#6905) 604230f
    • v-model: correctly set select v-model initial value on patch (#6910) 58a39df
    • v-model: v-if / v-else not working with :type + v-model (#6955) 0c703e3, closes #6918
    • weex: stop trim css units in richtext component (#6927) 8a784d8
    • quirks: special case for static muted attribute in firefox f2e00f7, closes #6887
    • quirks: handle encoded tabs and newlines in attributes for Chrome a[href] and IE/Edge cfd73c2, closes #6828 #6916
    Commits

    The new version differs by 33 commits.

    • 2acc12c build: release 2.5.3
    • 015a318 build: build 2.5.3
    • ad673e1 chore: fix flow
    • 5a9da95 fix(slots): properly handle nested named slot passing
    • 4fe1a95 fix: properly mark slot rendered flag in production mode
    • e1657fd fix(ssr): properly render initial state e80104e refactor: minor tweak on conditions order (#6992) 79c0d7b fix(ssr): properly render textarea value 53b77f8 refactor: simplify mergeVNodeHook usage 664cee6 refactor: small tweak to #6910 58a39df fix(model): correctly set select v-model initial value on patch (#6910) 0c703e3 fix(v-model): v-if / v-else not working with :type + v-model (#6955) bdcc05a chore: fix creative Tim missing from the sponsors list (#6939) c24f3e4 fix(events): properly $off array of events (#6949) f2e00f7 fix: special case for static muted attribute in firefox

      There are 33 commits in total. See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 8
  • Update vue-template-compiler to the latest version 🚀

    Update vue-template-compiler to the latest version 🚀

    Version 2.5.3 of vue-template-compiler was just published.

    Dependency vue-template-compiler
    Current Version 2.5.2
    Type devDependency

    The version 2.5.3 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of vue-template-compiler.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Release Notes v2.5.3

    Notable update: Type compatibility with TS 2.6

    Bug Fixes

    • core: static trees should be cached on options (#6826) (#6837) b6c384d
    • core: $set should respect properties on prototype chain 83ed926, closes #6845
    • core: also clone component slot children during deepClone 1cf02ef, closes #6891 #6915
    • core: properly mark slot rendered flag in production mode 4fe1a95, closes #6997
    • core: clean up target variables to avoid memory leaks (#6932) c355319, closes #6931
    • core: properly handle nested named slot passing 5a9da95, closes #6996
    • core: properly $off array of events (#6949) c24f3e4
    • ssr: properly render initial state e1657fd, closes #6986 ssr: properly render textarea value 79c0d7b, closes #6986 ssr: should not optimize root if conditions 4ad9a56, closes #6907 types: improve typing for better completion (#6886) 98ea0a3 types: relax $options type for TS2.6+ (#6819) 9caed00 keep-alive: higher priority for exclude than include (#6905) 604230f v-model: correctly set select v-model initial value on patch (#6910) 58a39df v-model: v-if / v-else not working with :type + v-model (#6955) 0c703e3, closes #6918 weex: stop trim css units in richtext component (#6927) 8a784d8 quirks: special case for static muted attribute in firefox f2e00f7, closes #6887 quirks: handle encoded tabs and newlines in attributes for Chrome a[href] and IE/Edge cfd73c2, closes #6828 #6916
    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 8
  • Update html-webpack-plugin to the latest version 🚀

    Update html-webpack-plugin to the latest version 🚀

    ☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

    Version 3.0.0 of html-webpack-plugin was just published.

    Dependency html-webpack-plugin
    Current Version 2.30.1
    Type devDependency

    The version 3.0.0 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of html-webpack-plugin.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Commits

    The new version differs by 14 commits.

    • f669052 chore(package): Drop support for node version older than 6 (#861)
    • e01700e fix(package): use correct package-lock
    • 1dee37e fix(package): remove unnecessary prepare script (#17)
    • 04ee3a6 docs(README): standardize (#11)
    • 6319451 fix(package): add tapable >= v1.0.0 (dependencies) (#14)
    • f5252ff ci(travis): update webpack v4.0.0-beta.1...4.0.0 (WEBPACK_VERSION) (#15)
    • ebfc277 ci(.travis): add node lts/* && stable (#7)
    • 55aab64 ci(.bithoundrc): rm bithound service (#6)
    • 638c664 docs(LICENSE): use JSF license (#5)
    • d66a1a9 chore(package): add release script (#4)
    • a8a8c2b refactor: add webpack >= v4.0.0 support (#3)
    • f663339 Doc: define lodash loader as the default loader (#789)
    • aedc623 Update README.md (#768)
    • 672f34b Release 2.30.1

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 6
  • Export doesn't work

    Export doesn't work

    Case

    • BUG

    Issue

    no PDF file in pdf/ folder after npm run export

    Info

    • Operating System: WINDOWS10
    • Node-Version: v8.9.4

    Reproduce

    npm run export
    i 「wdm」: Compiled successfully.                                                                                                                                                                   
    > Listening at http://localhost:8080                                                                                                                                                              
                                                                                                                                                                                                      
    Connected to server ...                                                                                                                                                                           
    Exporting ...                                                                                                                                                                                     
    Finished exports.                                                                                                                                                                                 
    (node:10632) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): AssertionError [ERR_ASSERTION]: Chromium revision is not downloaded. Run "yarn install" or "npm inst
    all"                                                                                                                                                                                              
    (node:10632) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero 
    exit code.                                                                                                                                                                                        
    (node:10632) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): AssertionError [ERR_ASSERTION]: Chromium revision is not downloaded. Run "yarn install" or "npm inst
    all"                                                                                                                                                                                              
    (node:10632) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): AssertionError [ERR_ASSERTION]: Chromium revision is not downloaded. Run "yarn install" or "npm inst
    all"                                                                                                                                                                                              
    (node:10632) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): AssertionError [ERR_ASSERTION]: Chromium revision is not downloaded. Run "yarn install" or "npm inst
    all"                                                                                                                                                                                              
    (node:10632) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 5): AssertionError [ERR_ASSERTION]: Chromium revision is not downloaded. Run "yarn install" or "npm inst
    all"                                                                                                                                                                                              
    (node:10632) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 6): AssertionError [ERR_ASSERTION]: Chromium revision is not downloaded. Run "yarn install" or "npm inst
    all"                                                                                                                                                                                              
    (node:10632) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 7): AssertionError [ERR_ASSERTION]: Chromium revision is not downloaded. Run "yarn install" or "npm inst
    all"                                                                                                                                                                                              
    
    bug 
    opened by 77QingLiu 6
  • Missing translations

    Missing translations

    Case

    • ENHANCEMENT

    Issue

    born ... in ... not translated in other language ( at least in french )

    Info

    • Operating System: W10 Pro
    • Node-Version: 8.9.0
    opened by CorentinDy 6
  • Cannot run 'npm run dev' on Linux

    Cannot run 'npm run dev' on Linux

    Case

    • BUG

    Issue

    Trying to execute npm run dev and getting an error message. Tried to clone from the original repository and I'm getting the same error.

    Info

    • Operating System: Linux (Ubuntu 16.04.3)
    • Node-Version: 8.9.0

    Reproduce

    0 info it worked if it ends with ok
    1 verbose cli [ '/home/gabrielcs/.nvm/versions/node/v8.9.0/bin/node',
    1 verbose cli   '/home/gabrielcs/.nvm/versions/node/v8.9.0/bin/npm',
    1 verbose cli   'run',
    1 verbose cli   'dev' ]
    2 info using [email protected]
    3 info using [email protected]
    4 verbose run-script [ 'predev', 'dev', 'postdev' ]
    5 info lifecycle [email protected]~predev: [email protected]
    6 verbose lifecycle [email protected]~predev: unsafe-perm in lifecycle true
    7 verbose lifecycle [email protected]~predev: PATH: /home/gabrielcs/.nvm/versions/node/v8.9.0/lib/node_modules/npm/bin/node-gyp-bin:/home/gabrielcs/Documentos/WebSites/awesome-cv-creator/node_modules/.bin:/home/gabrielcs/.nvm/versions/node/v8.9.0/bin:/home/gabrielcs/bin:/home/gabrielcs/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin
    8 verbose lifecycle [email protected]~predev: CWD: /home/gabrielcs/Documentos/WebSites/awesome-cv-creator
    9 silly lifecycle [email protected]~predev: Args: [ '-c', 'check-node-version --node ">= 8.0.0"' ]
    10 silly lifecycle [email protected]~predev: Returned: code: 1  signal: null
    11 info lifecycle [email protected]~predev: Failed to exec predev script
    12 verbose stack Error: [email protected] predev: `check-node-version --node ">= 8.0.0"`
    12 verbose stack Exit status 1
    12 verbose stack     at EventEmitter.<anonymous> (/home/gabrielcs/.nvm/versions/node/v8.9.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:280:16)
    12 verbose stack     at emitTwo (events.js:126:13)
    12 verbose stack     at EventEmitter.emit (events.js:214:7)
    12 verbose stack     at ChildProcess.<anonymous> (/home/gabrielcs/.nvm/versions/node/v8.9.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
    12 verbose stack     at emitTwo (events.js:126:13)
    12 verbose stack     at ChildProcess.emit (events.js:214:7)
    12 verbose stack     at maybeClose (internal/child_process.js:925:16)
    12 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
    13 verbose pkgid [email protected]
    14 verbose cwd /home/gabrielcs/Documentos/WebSites/awesome-cv-creator/resume
    15 verbose Linux 4.10.0-38-generic
    16 verbose argv "/home/gabrielcs/.nvm/versions/node/v8.9.0/bin/node" "/home/gabrielcs/.nvm/versions/node/v8.9.0/bin/npm" "run" "dev"
    17 verbose node v8.9.0
    18 verbose npm  v5.5.1
    19 error code ELIFECYCLE
    20 error errno 1
    21 error [email protected] predev: `check-node-version --node ">= 8.0.0"`
    21 error Exit status 1
    22 error Failed at the [email protected] predev script.
    22 error This is probably not a problem with npm. There is likely additional logging output above.
    23 verbose exit [ 1, true ]
    
    opened by GabrielCoelho 6
  • Does not run in Windows

    Does not run in Windows

    Case

    Bug

    Issue

    Unable to run in Windows 7

    Info

    • Operating System: Windows 7
    • Node-Version: 6.11.3
    • NPM Version: 3.10.10

    Log file output:

    0 info it worked if it ends with ok
    1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
    1 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
    1 verbose cli   'run',
    1 verbose cli   'dev' ]
    2 info using [email protected]
    3 info using [email protected]
    4 verbose run-script [ 'predev', 'dev', 'postdev' ]
    5 info lifecycle [email protected]~predev: [email protected]
    6 silly lifecycle [email protected]~predev: no script for predev, continuing
    7 info lifecycle [email protected]~dev: [email protected]
    8 verbose lifecycle [email protected]~dev: unsafe-perm in lifecycle true
    9 verbose lifecycle [email protected]~dev: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\Users\ma331192\src\best-resume-ever\node_modules\.bin;%SystemRoot%\system32\WindowsPowerShell\v1.0\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\Sennheiser\SoftphoneSDK\;%USERPROFILE%\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\TortoiseGit\bin;C:\Program Files (x86)\PuTTY\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\Java\bin;C:\apache-maven-3.3.9\bin;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files\nodejs\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Sennheiser\SoftphoneSDK\;C:\Users\ma331192\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Users\ma331192\AppData\Local\Programs\Git\cmd;C:\Users\ma331192\AppData\Local\atom\bin
    10 verbose lifecycle [email protected]~dev: CWD: C:\Users\ma331192\src\best-resume-ever
    11 silly lifecycle [email protected]~dev: Args: [ '/d /s /c', 'node build/dev-server.js' ]
    12 silly lifecycle [email protected]~dev: Returned: code: 1  signal: null
    13 info lifecycle [email protected]~dev: Failed to exec dev script
    14 verbose stack Error: [email protected] dev: `node build/dev-server.js`
    14 verbose stack Exit status 1
    14 verbose stack     at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
    14 verbose stack     at emitTwo (events.js:106:13)
    14 verbose stack     at EventEmitter.emit (events.js:191:7)
    14 verbose stack     at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
    14 verbose stack     at emitTwo (events.js:106:13)
    14 verbose stack     at ChildProcess.emit (events.js:191:7)
    14 verbose stack     at maybeClose (internal/child_process.js:920:16)
    14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:230:5)
    15 verbose pkgid [email protected]
    16 verbose cwd C:\Users\ma331192\src\best-resume-ever
    17 error Windows_NT 6.1.7601
    18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev"
    19 error node v6.11.3
    20 error npm  v3.10.10
    21 error code ELIFECYCLE
    22 error [email protected] dev: `node build/dev-server.js`
    22 error Exit status 1
    23 error Failed at the [email protected] dev script 'node build/dev-server.js'.
    23 error Make sure you have the latest version of node.js and npm installed.
    23 error If you do, this is most likely a problem with the best-resume-ever package,
    23 error not with npm itself.
    23 error Tell the author that this fails on your system:
    23 error     node build/dev-server.js
    23 error You can get information on how to open an issue for this project with:
    23 error     npm bugs best-resume-ever
    23 error Or if that isn't available, you can get their info via:
    23 error     npm owner ls best-resume-ever
    23 error There is likely additional logging output above.
    24 verbose exit [ 1, true ]
    

    Reproduce

    npm run dev

    EDIT by @pubkey : Format bash-output.

    opened by mgrigajtis 6
  • Add documentation fix long line issues

    Add documentation fix long line issues

    This PR contains:

    This pull request contains a standard code of conduct document, a document that briefly outlines some tips on how to contribute to this project and a couple of long line code smells that were cleaned up.

    Describe the problem you have without this PR

    I didn't have any issues.

    opened by Dnorton12 1
  • Updated data.yml

    Updated data.yml

    I noticed that in the skills section, when you type a one letter skill or programming language it creates a formatting issue. I was not able to fix it, but I added a comment to highlight the issue and bypass it by adding a "." to the end.

    This PR contains:

    Describe the problem you have without this PR

    opened by gonzluis 0
  • LICENSE TYPO FIX + LINTING ERROR FIX IN README FOR WINDOWS USERS

    LICENSE TYPO FIX + LINTING ERROR FIX IN README FOR WINDOWS USERS

    This PR contains:

    • A typo-fix of the license file
    • Improved "how to use" section in the readme for Windows users

    Describe the problem you have without this PR

    Without the fix to the .eslintrc file, when using Windows, many linting errors come up. There is a blurb to show WIndows users how to fix the .eslintrc file to be able to run npm dev

    opened by heyyyjenn 0
  • Master no longer work on different enviorments

    Master no longer work on different enviorments

    Case

    HELP QUESTION

    Issue

    I tried master and all different branches on different systems with different nodejs versions and I no longer can use your amazing script. Around year ago I used it to generate CV and I got hired instantly. Now I want to help non-technical friend to make best-resume-ever and I am wondering what I could do to help fix the master. Or maybe @salomonelli could point me to the working branch for modern systems. Year ago it worked :(

    Info

    • Operating System: Linux
    • Node-Version: node16/node17/node18/node19

    Reproduce

    [TO BE FILLED IN]

    opened by AreYouLoco 1
  • A supplement on docs about running the project on vscode

    A supplement on docs about running the project on vscode

    A suggestion on docs about running the project

    I try to follow the instructions to run the project on vscode but get the error: (linebreak-style) Expected linebreaks to be ‘CRLF‘ but found ‘LF‘ linebreak-style. Then i find out the reason is using vscode to run this project. So i think maybe announce this situation in docs maybe helpful for windows users and people not familar with project . And the solution is very simple, only one line code can solve the problem

    Solution

    edit the file .eslintrc and change the attribute linebreak-style in rules as follow: "rules": { "linebreak-style": [0,"error", "windows"], } Then you can run npm run dev successfully.

    opened by ycp8023 0
Owner
Sara Steiert
Loves Javascript, cats and müsli. Professional Cake-Eater. Defender of cheese, currently living in Stuttgart, Germany.
Sara Steiert
Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.

Onsen UI - Cross-Platform Hybrid App and PWA Framework Onsen UI is an open source framework that makes it easy to create native-feeling Progressive We

null 8.7k Jan 4, 2023
A template repository / quick start to build Azure Static Web Apps with a Node.js function. It uses Vue.js v3, Vue Router, Vuex, and Vite.js.

Azure Static Web App Template with Node.js API This is a template repository for creating Azure Static Web Apps that comes pre-configured with: Vue.js

Marc Duiker 6 Jun 25, 2022
multiple page application create by vue-cli4.5.15

vue-multiple-cli create mutiple page by vue-cli4.5.15 基于vue-cli4.5.15搭建的多页面应用,主要是将src目录下单文件应用改成多模块的应用,使其一个脚手架可以开发多个互不影响的模块,同时又可以共用一些公共组件和方法。 安装使用 git

LewisLen 1 Dec 25, 2021
A plugin that can help you create project friendly with Vue for @vue/cli 4.5

vue-cli-plugin-patch A plugin that can help you create project friendly with Vue for @vue/cli 4.5. Install First you need to install @vue/cli globally

null 2 Jan 6, 2022
The most extensible TerminalStartpage you will ever find.

Termst Make the startpage more than just the first page you load up. The most extensible Terminal startpage you will ever find. This project exists to

EvadingEvasions 15 Jun 27, 2022
Free and Beautiful Vue.js Admin Template

We’re working on Vuestic UI component library, which lets you easily customize components to your own design. Get early access and receive support fro

Epicmax 9.1k Jan 4, 2023
Mosha-vue-toastify - A light weight and fun Vue 3 toast or notification or snack bar or however you wanna call it library.

Mosha Vue Toastify A lightweight and fun Vue 3 toast or notification or snack bar or however you wanna call it library. English | 简体中文 Talk is cheap,

Baidi Liu 187 Jan 2, 2023
Veloce: Starter template that uses Vue 3, Vite, TypeScript, SSR, Pinia, Vue Router, Express and Docker

Veloce Lightning-fast cold server start Instant hot module replacement (HMR) and dev SSR True on-demand compilation Tech Stack Vue 3: UI Rendering lib

Alan Morel 10 Oct 7, 2022
:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin

English | 简体中文 | 日本語 | Spanish SPONSORED BY 活动服务销售平台 客户消息直达工作群 Introduction vue-element-admin is a production-ready front-end solution for admin inter

花裤衩 80.1k Dec 31, 2022
:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:

vuera NOTE: This project is looking for a maintainer! Use Vue components in your React app: import React from 'react' import MyVueComponent from './My

Aleksandr Komarov 4k Dec 30, 2022
🎉 基于 vite 2.0 + vue 3.0 + vue-router 4.0 + vuex 4.0 + element-plus 的后台管理系统vue3-element-admin

vue3-element-admin ?? 基于 Vite 2.0 + Vue3.0 + Vue-Router 4.0 + Vuex 4.0 + element-plus 的后台管理系统 简介 vue3-element-admin 是一个后台前端解决方案,它基于 vue3 和 element-plu

雪月欧巴 84 Nov 28, 2022
Jenesius vue modal is simple library for Vue 3 only

Jenesius Vue Modal Jenesius vue modal is simple library for Vue 3 only . Site Documentation Installation npm i jenesius-vue-modal For add modals in yo

Архипцев Евгений 63 Dec 30, 2022
🏎 A tiny and fast GraphQL client for Vue.js

villus Villus is a finger-like structures in the small intestine. They help to absorb digested food. A small and fast GraphQL client for Vue.js. This

Abdelrahman Awad 639 Jan 8, 2023
AT-UI is a modular front-end UI framework for developing fast and powerful web interfaces based on Vue.js.

AT UI AT-UI is a modular front-end UI framework for developing fast and powerful web interfaces based on Vue.js. 中文 README Features Based on Vue A npm

null 2.3k Jan 4, 2023
Matteo Bruni 4.7k Jan 4, 2023
:bento: Full-Stack solution to quickly build PWA applications with Vue.js and Firebase

Welcome to bento-starter ?? ?? bento-starter is an Open-Source Full-Stack solution that helps you to build fast and maintainable web applications usin

Franck Abgrall 1.5k Dec 24, 2022
Build performant, native and cross-platform desktop applications with native Vue + powerful CSS like styling.🚀

Vue NodeGui Build performant, native and cross-platform desktop applications with Vue. ?? Vue NodeGUI is powered by Vue ?? and Qt5 ?? which makes it C

NodeGui 765 Dec 30, 2022
Vue Native is a framework to build cross platform native mobile apps using JavaScript

Vue Native Visit our website at vue-native.io or read the official documentation here. Build native mobile apps using Vue Vue Native is a framework to

GeekyAnts 8.4k Jan 6, 2023
⚡️ The easiest way to build forms with Vue.

Documentation Website What is Vue Formulate? Vue Formulate is the easiest way to build forms with Vue. Please read the comprehensive documentation for

Braid 2.2k Dec 30, 2022