Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yyz945947732/vscode-nue
VSCode Extension For Nuejs Language Support.
https://github.com/yyz945947732/vscode-nue
nue nue-tooling nuejs visual-studio-code vscode vscode-extension
Last synced: 30 days ago
JSON representation
VSCode Extension For Nuejs Language Support.
- Host: GitHub
- URL: https://github.com/yyz945947732/vscode-nue
- Owner: yyz945947732
- License: mit
- Created: 2023-09-28T18:44:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-26T09:22:49.000Z (about 1 year ago)
- Last Synced: 2023-10-27T07:37:38.436Z (about 1 year ago)
- Topics: nue, nue-tooling, nuejs, visual-studio-code, vscode, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=yaoyuanzhang.nue&ssr=false
- Size: 306 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/yaoyuanzhang.nue)](https://marketplace.visualstudio.com/items?itemName=yaoyuanzhang.nue)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yyz945947732/vscode-nue/blob/master/README.md)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/yyz945947732/vscode-nue/pulls)
[![Nuejs VSCode Extension](https://img.shields.io/badge/VScode%20Extension-NueJS-cadetblue)](https://nuejs.org)# Nue Language Support
## Features
- [Syntax-highlighting](https://github.com/yyz945947732/vscode-nue/blob/master/docs/Syntax.md)
- [Snippets](https://github.com/yyz945947732/vscode-nue/blob/master/docs/Snippets.md)
- [Auto-Completion](https://github.com/yyz945947732/vscode-nue/blob/master/docs/Completion.md)## Install
You can install the extension by one of the following ways:
- Search for `Nue Language Support` in extension panel and install it
- Download from [Marketplace](https://marketplace.visualstudio.com/items?itemName=yaoyuanzhang.nue)## Nue docs
If you need documention on how to use Nue JS:
[Nue Github](https://github.com/nuejs/nuejs)
[Nue Website](https://nuejs.org)
## Contribution
Contribution is welcome! There are many ways you could help:
- Triaging Issues
- Writing Code
- Improving DocIf you encounter any issues or have suggestions for improvements, please open an issue on the [GitHub repository](https://github.com/yyz945947732/vscode-nue/issues). Pull requests are also appreciated.
## Credits
The following projects have given me a lot of inspiration:
- [vetur](https://github.com/vuejs/vetur)
- [html-language-features](https://github.com/microsoft/vscode/tree/4f7a76b792d38dcf576c831efc3f5c40cd6624e2/extensions/html-language-features)## License
[MIT](https://github.com/yyz945947732/vscode-nue/blob/master/LICENSE)