
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@nuxt-awesome/theme
Advanced tools
a Nuxt 3 template and boilerplate with a lot of useful features. Nuxt 3 + Tailwindcss + Nuxt Layer
a Nuxt 3 starter template with a lot of useful features, integrated with TailwindCSS 3. Easy use and implemented in Nuxt Layer, you can extend this template with zero config.
Nuxt Awesome Starter v2 brings many changes, separating core component apps and main business logic into the /app
folder. and also provides the option to also be integrated with the nuxt layer to make it easier to bring all of our Awesome features and components to your project.
NOTES
- This Project using "pnpm" or "bun" as package manager
- this is Nuxt 3 Awesome Starter V2, you can check V1 in this link
![]() | |
![]() |
![]() |
~/modules/awesome.ts
to use Nuxt Awesome Starter you can choose one of the following options:
nuxt 3 have a new feature called "Nuxt Layer", with this feature you can create a new project with a template that has been provided by the community. you can see on .demo
to see how to use this template with nuxt layer.
this is a simple way to use this template :
pnpm dlx nuxi@latest init my-app
pnpm add @nuxt-awesome/theme
extends: '@nuxt-awesome/theme'
on your nuxt.config.ts
file
# nuxt.config.ts
export default defineNuxtConfig({
devtools: { enabled: true },
extends: [
'@nuxt-awesome/theme',
]
})
app.config.ts
to see what you can change on this template.app.vue
in root project if you want to use our nuxt awesome as root layout.you can direct to clone this repository and just make change on app/
folder as your main project folder.
git clone https://github.com/viandwi24/nuxt3-awesome-starter
pnpm install
pnpm dev
FAQs
a Nuxt 3 template and boilerplate with a lot of useful features. Nuxt 3 + Tailwindcss + Nuxt Layer
The npm package @nuxt-awesome/theme receives a total of 5 weekly downloads. As such, @nuxt-awesome/theme popularity was classified as not popular.
We found that @nuxt-awesome/theme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.