Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@neosjs/cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neosjs/cli

快速创建Vue3项目

npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Neos

Neos是一个帮助开发者快速创建并配置编译环境的脚手架。

主要功能点:

  • ⚡️ Vue 3 + Vite 4 (^4.0.4), pnpm(^3.2.45)
  • 🗂 Vue Router (^4.1.6) --- 可选配置
  • 🍍 使用 Pinia 的状态管理 (^2.0.28) + 数据持久化(^2.1.1) --- 可选配置
  • 数据请求 (^2.0.6) --- 可选配置
  • 📜 支持 H5模版PC模版
  • 🦾 天然支持 TypeScript (^4.7.4) --- 默认配置
  • 🔥 使用 新的 <script setup> 语法
  • 🤙🏻 默认开启 响应性语法糖
  • ⚓ 自带 useAsyncuseLoadinguseOnlineuseWindowSizeFn 等Hooks
  • 🔖 自带 SvgIcon 组件
  • 🎨 UnoCSS - 高性能且极具灵活性的即时原子化 CSS 引擎 (^0.45.22) --- 可选配置
  • 📥 API 自动加载 - 直接使用 Composition API 无需引入 (^0.11.2) --- 可选配置
  • 📦 组件自动化加载 (^0.22.5) --- 可选配置
  • 📲 PWA (^0.14.1) --- 可选配置
  • 移动端 VConsole 功能 (^1.3.1) --- H5默认添加
  • 🔐 https 开发服务提供证书支持vite-plugin-mkcert (^1.11.0) --- 默认配置
  • 🏝 SVG Icons支持 (^2.0.1) --- 默认配置
  • ⚙️ Vitest 进行单元测试 (^0.26.3) --- 可选配置
  • 🖇 代码提交规范 (^17.4.2) --- 默认配置
  • 🔬 Commit 校验 (^8.0.3) --- 默认配置
  • 🧱 代码检查 (^8.22.0) --- 默认配置
  • 💻 统一 VsCode 配置

安装

npm install -g @neosjs/cli

推荐全局安装neos

使用

创建项目

neos create <app-name>

查看当前系统信息

neos info

打开一个网址

neos open <http-url>

生成一个随机数

neos random <length>

对于CLI选项,使用-h(或——help)参数:

neos -h

Keywords

Neos

FAQs

Package last updated on 01 Feb 2023

Did you know?

Socket

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.

Install

Related posts