UNPKG
@neosjs/cli
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Neos(奈欧斯)是一个帮助开发者快速地创建 Vue3 应用并自动配置项目编译的脚手架
docs.neosjs.com/cli/
@neosjs/cli
/
lib
/
create
/
template
/
base
/
src
/
assets
/
styles
/
main.css
18 lines
(16 loc)
•
237 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import
'./root.css'
;
@import
'./base.css'
;
#app
{
max-width
:
1280px
;
margin
:
0
auto;
padding
:
2rem
;
font-weight
: normal; }
a
{
text-decoration
: none;
color
:
var
(--color-text) }
.blue
{
color
:
#0969da
;
transition
:
0.4s
; }