Forwarded from Находки в опенсорсе
Despite all the recent hype, setting up a new #ts library can be tough. Between Rollup, Jest, tsconfig, Yarn resolutions, ESLint, and getting VSCode to play nicely....there is just a whole lot of stuff to do (and things to screw up). TSDX is a zero-config CLI that helps you develop, test, and publish modern TypeScript packages with ease - so you can focus on your awesome new library and not waste another afternoon on the configuration.
Features: linting, testing, building, and local development.
https://github.com/jaredpalmer/tsdx
Features: linting, testing, building, and local development.
https://github.com/jaredpalmer/tsdx
Forwarded from Находки в опенсорсе
Introducing @nuxt/components: module to scan and auto import components for Nuxt.js 2.10+
No need to import your components anymore.
- Scan and auto import components
- Multiple paths with customisable prefixes and patterns
- Lazy loading support
- Hot replacement
- Support for library authors
https://github.com/nuxt/components
#nuxt #vue #ts
No need to import your components anymore.
- Scan and auto import components
- Multiple paths with customisable prefixes and patterns
- Lazy loading support
- Hot replacement
- Support for library authors
https://github.com/nuxt/components
#nuxt #vue #ts
Forwarded from Находки в опенсорсе
Introducing @nuxt/content
The content/ directory for your #nuxt app, acting as a git-based headless CMS.
- #vue components in Markdown
- Powerful QueryBuilder API
- Handles MD, CSV, YAML, JSON
- Blazing fast hot reload in dev
- Syntax highlighting
https://content.nuxtjs.org/
#js #ts
The content/ directory for your #nuxt app, acting as a git-based headless CMS.
- #vue components in Markdown
- Powerful QueryBuilder API
- Handles MD, CSV, YAML, JSON
- Blazing fast hot reload in dev
- Syntax highlighting
https://content.nuxtjs.org/
#js #ts